Sfoglia il codice sorgente

wesmiler 报恩寺项目

wesmiler 4 anni fa
parent
commit
635582545c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Services/NotifyService.php

+ 1 - 1
app/Services/NotifyService.php

@@ -112,7 +112,7 @@ class NotifyService extends BaseService
             'type'=> 1,
             'coin_type'=> 2,
             'pay_type'=> 2,
-            'money'=> $payMoney,
+            'money'=> moneyFormat($payMoney/100),
             'change_type'=> 2,
             'balance'=> $memberInfo->balance? $memberInfo->balance : 0,
             'create_time'=> time(),