...
|
...
|
@@ -476,7 +476,7 @@ class FormController extends WeChatBaseController |
|
|
return json_encode($arr);
|
|
|
}
|
|
|
$collocationModel = new CollocationModel();
|
|
|
$collocation = $collocationModel->findData(array('c.id'=>$param['collocation_id']));
|
|
|
$collocation = $collocationModel->findData(array('c.id'=>$param['id']));
|
|
|
//推送模板消息
|
|
|
$templateId = 'HVcMt58ic_QhO4yHm4IONQE466ijqQxF0l7rPDcQK1o';
|
|
|
$data1 = array(
|
...
|
...
|
|