wechat3rd icon indicating copy to clipboard operation
wechat3rd copied to clipboard

微信开放平台第三方平台Golang SDK.

Results 2 wechat3rd issues
Sort by recently updated
recently updated
newest added

官方给的返回实例里面是这样的 { "errcode": 0, // 状态码,0成功,其他失败 "errmsg": "OK" // 错误信息 "taskid": "xxxxx". // 任务id,后面query查询需要用到 "authorize_url": "https://mp.weixin.qq.com/xxxx", // 给用户扫码认证的验证url "status": 0 // 任务的状态 } 但是实际应拿到的是这样 errcode: 0 errmsg: "create task ok"...