|
@@ -412,7 +412,7 @@ class HouseBoard extends Api |
|
@@ -412,7 +412,7 @@ class HouseBoard extends Api |
412
|
"remark" => '',
|
412
|
"remark" => '',
|
413
|
);
|
413
|
);
|
414
|
$openid = Db::name('third')->where('user_id',$param['house_user_id'])->value('openid');
|
414
|
$openid = Db::name('third')->where('user_id',$param['house_user_id'])->value('openid');
|
415
|
- $url = config('option.vue_url') . '/liuyanxiaoxi?is_template=1&id='.$param['house_user_id'];
|
415
|
+ $url = config('option.vue_url') . '/liuyanxiaoxi?is_template=1&id='.$res_msg['id'];
|
416
|
$this->wxsendmessage($openid,$send_data,config('option.template')['msg'],$url);
|
416
|
$this->wxsendmessage($openid,$send_data,config('option.template')['msg'],$url);
|
417
|
Db::commit();
|
417
|
Db::commit();
|
418
|
} catch (PDOException $e) {
|
418
|
} catch (PDOException $e) {
|