...
|
...
|
@@ -1397,7 +1397,7 @@ class Store extends Api |
|
|
"remark" => ['点击查看详情','#FF0000'],
|
|
|
);
|
|
|
$openid = Db::name('third')->where('user_id',$msg['user_id'])->value('openid');
|
|
|
$url = config('option.vue_url') . '/dianpuliuyan?is_template=1&id='.$msg['user_id'];
|
|
|
$url = config('option.vue_url') . '/dianpuliuyan?&id='.$msg['object_id'];
|
|
|
(new \app\index\controller\Ajax)->wxsendmessage($openid,$send_data,config('option.template')['msg'],$url);
|
|
|
Db::commit();
|
|
|
} catch (PDOException $e) {
|
...
|
...
|
|