Explorar o código

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

kevin %!s(int64=2) %!d(string=hai) anos
pai
achega
172652caf5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      frontendApi/modules/v1/controllers/ShopController.php

+ 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);