|
@@ -664,7 +664,7 @@ class BetService extends BaseService
|
|
|
public static function todayExchangeRate($chatId)
|
|
public static function todayExchangeRate($chatId)
|
|
|
{
|
|
{
|
|
|
$exchangeRate = Config::where('field', 'exchange_rate_rmb')->first()->val;
|
|
$exchangeRate = Config::where('field', 'exchange_rate_rmb')->first()->val;
|
|
|
- $text = "今日汇率:1美元 = {$exchangeRate}人民币 \n";
|
|
|
|
|
|
|
+ $text = "今日汇率:1USDT = {$exchangeRate} RMB \n";
|
|
|
// $botMsg = [
|
|
// $botMsg = [
|
|
|
// 'chat_id' => "@{$chatId}",
|
|
// 'chat_id' => "@{$chatId}",
|
|
|
// 'text' => $text
|
|
// 'text' => $text
|