|
|
@@ -239,7 +239,7 @@ class WalletService extends BaseService
|
|
|
$text .= "用户ID:{$memberId} \n";
|
|
|
$text .= "用户名:{$userInfo->username} \n";
|
|
|
$text .= "昵称:{$userInfo->first_name} \n";
|
|
|
- $text .= "当前余额:{$balance} \n";
|
|
|
+ $text .= "当前余额:{$balance} RMB\n";
|
|
|
|
|
|
$keyboard = [
|
|
|
[
|