1临时提交 生成订单
Some checks failed
Build / build (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
build / Build (push) Has been cancelled
GitHub Actions Mirror / mirror_to_gitee (push) Has been cancelled
GitHub Actions Mirror / mirror_to_gitlab (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled

This commit is contained in:
2025-07-04 19:59:06 +08:00
parent f170d4ea3b
commit 68f3105dff
18 changed files with 515 additions and 140 deletions

View File

@ -10,8 +10,9 @@ var ExtConfig Extend
//
// 使用方法: config.ExtConfig......即可!!
type Extend struct {
AMap AMap // 这里配置对应配置文件的结构即可
Mq MqConfig
AMap AMap // 这里配置对应配置文件的结构即可
Mq MqConfig
TrxGridUrl string `yaml:"trx_grid_url"`
}
type AMap struct {

View File

@ -53,6 +53,8 @@ settings:
username: admin
password: '123456'
pass: "123456"
#trx api
trx_grid_url: "https://api.trongrid.io"
cache:
redis:
addr: 127.0.0.1:6379