wesmiler 1 year ago
parent
commit
17f2c2fad4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/Common/BalanceLogService.php

+ 1 - 1
app/Services/Common/BalanceLogService.php

@@ -304,7 +304,7 @@ class BalanceLogService extends BaseService
 
         // 审核通过到账处理
         $dateTime = date('Y-m-d H:i:s');
-        $coinTypes = [1=>'USDT余额',2=>'星豆余额',3=>'交易额度'];
+        $coinTypes = [1=>'USDT余额',2=>'星豆余额',6=>'交易额度'];
         $accountTypes = [1=>'会员账户',2=>'商家账户',3=>'承兑商账户'];
         $coinName = isset($coinTypes[$coinType])? $coinTypes[$coinType] : '账户';
         $accountName = isset($accountTypes[$userType])? $accountTypes[$userType] : '会员账户';