Files
sundynix-plant-be/model/system/response/WxCode2SessionResp.go
T
2026-02-06 14:44:06 +08:00

10 lines
235 B
Go

package response
type WxCode2SessionResp struct {
SessionKey string `json:"session_key"`
Unionid string `json:"unionid"`
Openid string `json:"openid"`
Errcode int32 `json:"errcode"`
Errmsg string `json:"errmsg"`
}