Przeglądaj źródła

feat: NG-15: 新会员注册时增加国家与语言选项.

kevin 1 rok temu
rodzic
commit
172652caf5

+ 1 - 0
frontendApi/modules/v1/controllers/ShopController.php

@@ -62,6 +62,7 @@ class ShopController extends BaseController {
     public function actionIndex() {
         // 商品分类
         $categoryType = \Yii::$app->request->get('categoryType', 1);
+        var_dump($categoryType);exit();
         // 会员信息
         $user = User::getEnCodeInfo(\Yii::$app->user->id);