diff --git a/modules/auth/wechat/client.go b/modules/auth/wechat/client.go index 680e0bb34..bb1772b2b 100644 --- a/modules/auth/wechat/client.go +++ b/modules/auth/wechat/client.go @@ -42,11 +42,11 @@ type QRCodeRequest struct { } type ActionInfo struct { - Scene Scene + Scene Scene `json:"scene"` } type Scene struct { - Scene_str string + Scene_str string `json:"scene_str"` } type ErrorResponse struct {