- 复用公众号快速创建小程序 微信登录 code获取问题?
您好: 我通过复用公众号快速创建小程序完成之后,需要做一个微信登录的功能。 按照文档中所说https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/others/WeChat_login.html 我们在微信开发者工具中并没有编辑创建这个新的小程序的权限,因此不能获取登录的code 如果我们想要在测试环境想要走通这个流程,我们应当如何去做?
2021-08-12 - 小程序场景是否不能用点金计划?
大家好,最近遇到一个问题,昨天我将我们的特约商户加入到点金计划之中,然后下了两个订单,使用的是JSAPI方式支付的,但是场景是小程序。 付款之后并没有跳转到官方订单页面。 今天我看昨日的数据,并没有找到订单。请问是不是小程序场景JSAPI支付并不能使用点金计划? 希望得到大家的解惑。
2021-08-03 - 关于微信小程序加入点金计划的问题?
大家好,我司开发的小程序,通过jsapi支付,然后将我们麾下的特约商户加入到点金计划当中。 我昨儿个下了两个订单之后,但是在点金计划之中并没有看到数据。 产品形态:服务商为特约商户开通点金计划之后,特约商户的jsapi支付(除小程序场景)完成后的页面将仅展示点金计划官方页面,同时发起支付的H5页面将被关闭。 请问这句话是不是小程序支付场景并不能使用点金计划?
2021-08-03 - 第三方平台生成小程序提交审核,报错85008?
您好: 接口名称:https://api.weixin.qq.com/wxa/submit_audit?access_token= 提交信息:{"item_list":[{"address":"pages\/index\/index","tag":"工具","first_class":"工具","second_class":"报价\/比价","first_id":287,"second_id":610,"title":"首页"}]} 返回错误:array(2) { ["errcode"]=> int(85008) ["errmsg"]=> string(61) "category is in invalid format rid: 60c872df-4ec90610-2151af4d" } 其他说明: 我是通过接口:https://api.weixin.qq.com/wxa/get_category?access_token= 获取上传的类目: array(6) { ["errcode"]=> int(0) ["errmsg"]=> string(2) "ok" ["categories"]=> array(2) { [0]=> array(5) { ["first"]=> int(287) ["first_name"]=> string(6) "工具" ["second"]=> int(610) ["second_name"]=> string(13) "报价/比价" ["audit_status"]=> int(3) } [1]=> array(5) { ["first"]=> int(287) ["first_name"]=> string(6) "工具" ["second"]=> int(612) ["second_name"]=> string(12) "信息查询" ["audit_status"]=> int(3) } } ["limit"]=> int(5) ["quota"]=> int(3) ["category_limit"]=> int(5) } 数据是存在的,但是提交之后,还是报这个错误。 另外,我已经对汉字进行处理了
2021-06-15 - 复用公众号主体快速注册小程序之后返回的auth_code应该如何使用?
您好, 最近正在研究微信开放平台-第三方平台-复用公众号主体快速注册小程序 我已经通过接口https://api.weixin.qq.com/cgi-bin/account/fastregister?access_token=TOKEN创建了小程序,返回信息也已经有了appid,authorization_code 但是关于文档中的一句话不甚了解,那就是:使用 appid 及 authorization_code 换取 authorizer_refresh_token 后需及时保存。 请问如何使用appid以及authorization_code获取authorizer_refresh_token。 另外,因为研究时间过长,而authorization_code已然过期,请问我如何才能获取快速注册小程序新的authorization_code 文档地址:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Register_Mini_Programs/fast_registration_of_mini_program.html
2021-05-21 - 微信支付 营销 商家券 批次可否开放删除接口
您好: 关于微信支付 营销 商家券,只有创建商家券批次接口,没有删除商家券批次接口。是否后期可以开放该接口。 这里是创建商家券API:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/marketing/busifavor/chapter3_1.shtml
2021-03-12