Browse Source

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

zhangl 1 năm trước cách đây
mục cha
commit
960c0bfea2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         }
 
         // 运费模板