wesmiler hai 1 ano
pai
achega
17f2c2fad4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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] : '会员账户';