From 7889883e1cea8e35ca6d6cccc2ff5c6013ff53e6 Mon Sep 17 00:00:00 2001 From: lq Date: Tue, 8 Apr 2025 12:31:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- member/modules/v1/controllers/UserController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/member/modules/v1/controllers/UserController.php b/member/modules/v1/controllers/UserController.php index 2497d5a..99b5102 100644 --- a/member/modules/v1/controllers/UserController.php +++ b/member/modules/v1/controllers/UserController.php @@ -130,7 +130,7 @@ class UserController extends BaseAppController */ public function actionInfo() { - $get = \Yii::$app->request->get(); + $get = \Yii::$app->request->post(); $user= \Yii::$app->user->identity; $ProductOrder['unpay'] = ProductOrder::find()->where([