Sfoglia il codice sorgente

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

zhangl 1 anno fa
parent
commit
960c0bfea2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
         }
 
         // 运费模板