From 2672b475d5ea083ad9b0aebb56ac83517cf22024 Mon Sep 17 00:00:00 2001 From: jiangyong27 Date: Fri, 20 Sep 2024 14:44:07 +0800 Subject: [PATCH] enter_session_context --- qyweixin/app_customer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qyweixin/app_customer.go b/qyweixin/app_customer.go index 6d3635f..de2fe37 100644 --- a/qyweixin/app_customer.go +++ b/qyweixin/app_customer.go @@ -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 {