小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Fast_Registration_Interface_document.html
快速创建小程序接口,一直返回61070错误
已经更换测试过多条 企业 及 法人等信息 . 均提示该错误 . 法人微信信息不方便贴出 .
有遇到类似情况的大佬吗.有官方大佬在吗.
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
python 需要转码
data = json.dumps(param, ensure_ascii=False).encode('utf8').decode('latin1')
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,仔细核查下信息是否准确https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Fast_Registration_Interface_document.html
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
python 需要转码
data = json.dumps(param, ensure_ascii=False).encode('utf8').decode('latin1')
你好,仔细核查下信息是否准确https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Fast_Registration_Interface_document.html