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