1、批量下单 没配置波段修改

This commit is contained in:
2025-06-17 18:21:51 +08:00
parent 0f9b966fdb
commit 5e4286de50
6 changed files with 67 additions and 49 deletions

View File

@ -24,9 +24,11 @@ import (
// 业务初始化
func BusinessInit(db *gorm.DB) {
httputils.InitProxy(config.ExtConfig.ProxyUrl)
if err := loadApiUser(db); err != nil { //加载api用户
fmt.Printf("加载api用户失败 err:%v", err)
os.Exit(-1)
}