- 为什么我们开发的第三方平台,做付款码支付,需要顾客输主密码
为什么我们开发的第三方平台,做付款码支付,需要顾客输主密码,但是别人的系统不需要输入密码
2021-01-29 - 我们开发的付款码支付支付,为什么要求用户输入密码
我们开发的第三方平台给客户做代支付,但是客户反映,他们的顾客在做扫码支付的时候,需要顾客输入密码
2021-01-28 - 在做微信支付开发过程中,提交付款码后,如何跳过手动确认支付
在调用微信支付的 microPay API后,手机会收到一个确认付款的界面,我想直接扣款,在API文档里并没有找到相关说明,需要在哪里设置。
2020-03-25 - 在做第在方平台小程序开发中,遇到errcode":85048,"errmsg":"parse ext
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Resource_Center_Homepage.html 因为是第一次做第三方平台小程序开发,我按照正常模式开发了小程序,上传生成了模版ID,然后授权了一个小程序,打算利用POST https://api.weixin.qq.com/wxa/commit?access_token=ACCESS_TOKEN 给小程序上传代码,也设置了ext_json,但是在网上搜索说是要在小程序里面也添加一个ext,json,但是我通过对官方文档比对发现,它和app.json的内容基本上没什么区别,还有就是extAppid这个参数是填写小程序的APPID,还是填写模版小程序的APPID
2020-03-11 - 通过API快速创建的小程序设置服务器域名,一直返回85017错误
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Server_Address_Configuration.html 下面是POST的内容 {"action":"add","requestdomain":["https://www.xxxxxxx.com"],"wsrequestdomain":["wss://www.xxxxxxx.com"],"uploaddomain":["https://www.xxxxxxx.com"],"downloaddomain":["https://www.xxxxxxx.com"]} 这是返回的结果 设置服务器域名: {"errcode":85017,"errmsg":"no domain to modify after filtered, please confirm the domain has been set in miniprogram or open hint: [D0RA8a08391091]"} action 无论是add 还是set返回的结果都是一样的,但是 设置业务域名 可以设置成功 另外我想咨询下,我通过 这个API https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Fast_Registration_Interface_document.html 生成的小程序是否需要设置服务域名这一步 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Server_Address_Configuration.html
2020-03-07 - 通过API快速创建的小程序设置服务器域名,一直返回85017错误
下面是POST的内容 {"action":"add","requestdomain":["https://www.xxxxxxx.com"],"wsrequestdomain":["wss://www.xxxxxxx.com"],"uploaddomain":["https://www.xxxxxxx.com"],"downloaddomain":["https://www.xxxxxxx.com"]} 这是返回的结果 设置服务器域名: {"errcode":85017,"errmsg":"no domain to modify after filtered, please confirm the domain has been set in miniprogram or open hint: [D0RA8a08391091]"} 另外我想咨询下,我通过 这个API https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Fast_Registration_Interface_document.html 生成的小程序是否需要设置服务域名这一步 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/Server_Address_Configuration.html
2020-03-07 - 返回API文本无法通过
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Post_Application_on_the_Entire_Network/releases_instructions.html,腾讯技术你 好,我在做全网发布的时候,发送API文本消息测试,我明明已经获取到TOKEN,但是系统总是提示41001错误,我严格按照官方的说明来做的,如果我获取到的TOKEN是有问题的,但是为什么我设置我自己的公众号的菜单就没有问题,我不知道哪一步出错误 了,还请明示。
2020-01-27