소스 검색

feat: UN-71: 会员-奖金列表调整

kevin 1 년 전
부모
커밋
2670a1feab
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      frontendApi/modules/v1/controllers/UserController.php

+ 2 - 2
frontendApi/modules/v1/controllers/UserController.php

@@ -484,7 +484,7 @@ class UserController extends BaseController {
         unset($payList['prp']);
         // 售卖方式
         $sellType = ShopGoods::getCategoryType();
-        unset($sellType[0]['sell_type'][8]);
+        unset($sellType[0]['sell_type'][1]);
 
         return static::notice([
             'allDecPackage' => $allDecPackage,
@@ -713,7 +713,7 @@ SQL;
         unset($payList['prp']);
         // 售卖方式
         $sellType = ShopGoods::getCategoryType();
-        unset($sellType[0]['sell_type'][8]);
+        unset($sellType[0]['sell_type'][1]);
 
         return static::notice([
             'allDecPackage' => $allDecPackage,