This commit is contained in:
test_service 2023-12-08 11:15:27 +08:00
commit 6d962e1052

View File

@ -134,7 +134,7 @@ class User extends Controller
*/ */
public function getWxUserCoupon() public function getWxUserCoupon()
{ {
$post = $this->request->post(); $post = $this->request->get();
$where = [ $where = [
'openid' => $post['openid'], 'openid' => $post['openid'],
]; ];