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