修改微信扫码登录 access_token 问题

This commit is contained in:
2025-06-23 11:42:08 +08:00
parent 33b040065f
commit 03c7939a81
13 changed files with 346 additions and 60 deletions

View File

@ -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