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

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

@ -14,7 +14,10 @@ type StoreAdminLoginIn struct {
}
type StoreAdminLoginOut struct {
Token string
Token string
StoreId int64
StoreName string
NetbarAccount string
}
type StoreAdminListIn struct {
Page int