1
This commit is contained in:
parent
392e848b29
commit
c7e68c97ac
@ -154,7 +154,9 @@ class User extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
$data = Db::name('food_coupon_user_wx')->where($where)->select();
|
$data = Db::name('food_coupon_user_wx')->where($where)->select();
|
||||||
|
$data['list'] = $data;
|
||||||
$data['wx_openid'] = $openid ?? '';
|
$data['wx_openid'] = $openid ?? '';
|
||||||
|
|
||||||
return $this->renderSuccess($data, '成功');
|
return $this->renderSuccess($data, '成功');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user