1
This commit is contained in:
parent
ff56dcd1b4
commit
d8cf28aeef
@ -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'],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user