修改微信扫码登录 access_token 问题
This commit is contained in:
@ -19,9 +19,9 @@ type StoreGetDesktopSettingOut struct {
|
||||
}
|
||||
|
||||
type SaveDesktopSettingIn struct {
|
||||
StoreId int64
|
||||
TopComponentVisible int // 1显示,2 隐藏
|
||||
RightComponentVisible int // 1显示,2 隐藏
|
||||
StoreId int64 `json:"storeId"`
|
||||
TopComponentVisible int `json:"topComponentVisible"` // 1显示,2 隐藏
|
||||
RightComponentVisible int `json:"rightComponentVisible"` // 1显示,2 隐藏
|
||||
}
|
||||
type SaveDesktopSettingOut struct {
|
||||
Success bool
|
||||
|
||||
Reference in New Issue
Block a user