Skip to content

Commit

Permalink
配置文件增加参数
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYiQiu committed Dec 20, 2023
1 parent 571102a commit a4b088b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/TokenPay/appsettings.Example.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,9 @@
"Telegram": {
"AdminUserId": 12345678, // 你的账号ID,如不知道ID,可给https://t.me/EShopFakaBot 发送 /me 获取用户ID
"BotToken": "1234567890:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" //从https://t.me/BotFather 创建机器人时,会给你BotToken
},
"RateMove": { //汇率微调,支持设置正负数,仅支持两位小数
"TRX_CNY": 0,
"USDT_CNY": 0
}
}

0 comments on commit a4b088b

Please sign in to comment.