rdluck 4 年之前
父节点
当前提交
38a8d524e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/wechat.go

+ 1 - 1
services/wechat.go

@@ -120,7 +120,7 @@ type WxUserInfo struct {
 	Remark         string `json:"remark"`
 	Groupid        int    `json:"groupid"`
 	SubscribeScene string `json:"subscribe_scene"`
-	Errcode        string `json:"errcode"`
+	Errcode        int `json:"errcode"`
 	Errmsg         string `json:"errmsg"`
 }