seven 1 týždeň pred
rodič
commit
d1a9b5777c
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      app/Services/WalletService.php

+ 2 - 1
app/Services/WalletService.php

@@ -237,7 +237,8 @@ class WalletService extends BaseService
         $balance = number_format($selfInfo->available_balance, 2, '.', '');
         $text = '';
         $text .= "用户ID:{$memberId} \n";
-        $text .= "用户名:{$userInfo->first_name} \n";
+        $text .= "用户名:{$userInfo->username} \n";
+        $text .= "昵称:{$userInfo->first_name} \n";
         $text .= "当前余额:{$balance} \n";
 
         $keyboard = [