This commit is contained in:
尖叫 2023-12-08 11:15:12 +08:00
parent ff56dcd1b4
commit d8cf28aeef

View File

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