调整任务列表以及同步任务接口
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user