소스 검색

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

zhangl 1 년 전
부모
커밋
960c0bfea2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontendApi/modules/v1/controllers/ShopController.php

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

@@ -153,7 +153,7 @@ class ShopController extends BaseController {
         }
 
         if ($userPerformance = UserPerformance::getAmounts($user['ID'])) {
-            $userBalance['prp'] = $userPerformance['AMOUNTS'];
+            $userBalance['prp'] = $userPerformance;
         }
 
         // 运费模板