enter_session_context

This commit is contained in:
jiangyong27 2024-09-20 14:44:07 +08:00
parent 642182fee9
commit 2672b475d5
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ type CustomerInfo struct {
Avatar string `json:"avatar"` Avatar string `json:"avatar"`
Gender int `json:"gender"` Gender int `json:"gender"`
Unionid string `json:"unionid"` Unionid string `json:"unionid"`
Context interface{} `json:"enter_Session_Context"` Context interface{} `json:"enter_session_context"`
} }
type AppCustomer struct { type AppCustomer struct {