调整任务列表以及同步任务接口

This commit is contained in:
2025-07-08 12:47:21 +08:00
parent 1a5cc50881
commit 340940cbfb
13 changed files with 160 additions and 170 deletions

View File

@ -55,8 +55,11 @@ type StoreLoginReq struct {
}
type StoreLoginRes struct {
g.Meta `mime:"application/json"`
Token string `json:"token"`
g.Meta `mime:"application/json"`
Token string `json:"token"`
StoreId int64 `json:"storeId"`
StoreName string `json:"storeName"`
NetbarAccount string `json:"netbarAccount"`
}
type Quan8AutologinReq struct {