作者 王智

baoxiu22

... ... @@ -645,6 +645,7 @@ class Index extends Api
$data = [
'wx_user_id' => $param['user_id'],
'wxfzr_user_id' => $user_id,
'fenpei_type' => 1
];
$res = Db::name('baoxiudan')->where(['id' => $param['id']])->update($data);
if ($res) {
... ...