enter_session_context
This commit is contained in:
parent
642182fee9
commit
2672b475d5
|
@ -102,7 +102,7 @@ type CustomerInfo struct {
|
|||
Avatar string `json:"avatar"`
|
||||
Gender int `json:"gender"`
|
||||
Unionid string `json:"unionid"`
|
||||
Context interface{} `json:"enter_Session_Context"`
|
||||
Context interface{} `json:"enter_session_context"`
|
||||
}
|
||||
|
||||
type AppCustomer struct {
|
||||
|
|
Loading…
Reference in New Issue