- 开放平台为授权的小程序帐号上传小程序代码403错误
异常描述: 开放平台【TT会员】APPID: wxbf87d3c749593fb1 ,授权小程序【好易联会员】APPID:wx9c52f2b758bfd6c7,授权成功后使用接口提交代码后报错(错误码 403 Forbidden) 关键要素: 开放平台 名称:TT会员 APPID:wxbf87d3c749593fb1 原始ID:gh_70da476633d2 被授权小程序 名称:好易联会员 APPID:wx9c52f2b758bfd6c7 原始ID:gh_eb82d896c837 接口内容: 1、用微信开放平台【TT会员】调用【为授权的小程序帐号上传小程序代码】接口,接口参考 官方接口文档地址(https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1489140610_Uavc4&token=&lang=zh_CN)。 提交参数如下: {"user_version":"1.9.3","user_desc":"优化激活会员码流程","ext_json":"{\"extAppid\":\"wx9c52f2b758bfd6c7\",\"ext\":{\"extAppid\":\"wx9c52f2b758bfd6c7\",\"appCode\":\"UNION_PAY\",\"appNickName\":\"好易联会员\",\"shopId\":\"53\",\"preDomain\":\"https://weixinunion.tota123.com/\"},\"extPages\":{},\"pages\":[\"pages/loading/loading\",\"pages/footprint/footprint\",\"pages/cardbag/cardbag\",\"pages/cardbag/detail/detail\",\"pages/cardbag/myqrcode/myqrcode\",\"pages/cardbag/entityDetail/entityDetail\",\"pages/memberStore/memberStore\",\"pages/order/order\",\"pages/shopInfo/shopInfo\",\"pages/scanOrder/scanOrder\",\"pages/address/address\",\"pages/vipCard/getCard/getCard\",\"pages/vipCard/activationStep1/activationStep1\",\"pages/vipCard/activationStep2/activationStep2\",\"pages/confirmOrder/confirmOrder\",\"pages/paySuccess/paySuccess\",\"pages/cardbag/cardDesc/cardDesc\",\"pages/scanPay/scanPay\",\"pages/orderDetail/orderDetail\",\"pages/goodsDetail/goodsDetail\",\"pages/cardbag/couponList/couponList\",\"pages/cardbag/myInfo/myInfo\",\"pages/cardbag/bonus/bonus\",\"pages/cardbag/couponList/selectCoupon\",\"pages/cardbag/userQrcode/userQrcode\",\"pages/setauth/setAuth\",\"pages/selectStore/selectStore\",\"pages/cardbag/search/searchCard\",\"pages/confirmOrder/confirmOrder2\",\"pages/vipCard/inputCaptcha/inputCaptcha\"],\"window\":{},\"networkTimeout\":{},\"tabBar\":{\"color\":\"#7f8389\",\"selectedColor\":\"#ff9a0f\",\"borderStyle\":\"white\",\"list\":[{\"pagePath\":\"pages/cardbag/cardbag\",\"text\":\"卡包\",\"selectedIconPath\":\"images/card-select.png\",\"iconPath\":\"images/card.png\"},{\"pagePath\":\"pages/footprint/footprint\",\"text\":\"足迹\",\"iconPath\":\"images/footprint.png\",\"selectedIconPath\":\"images/footprint-select.png\"},{\"pagePath\":\"pages/order/order\",\"text\":\"订单\",\"selectedIconPath\":\"images/bill-select.png\",\"iconPath\":\"images/bill.png\"}]}}","template_id":41} 2、微信接口返回: 403 Forbidden 截图如下: [图片] 备注: 1、其他小程序授权到【TT会员】第三方平台,代码提交和其他功能正常。 2、【好易联会员】小程序授权后,目前发现只是提交代码接口返回403 Forbidden,其他接口正常,认证排查了接口数据,排除我方发送数据格式问题。 3、反复取消授权、授权后问题依旧。
2018-10-12 - 第三方平台授权给多家小程序商家,如何区分不同的商家?
第三方平台开发的小程序授权给多家开通了小程序的商家,比如说商家A和商家B,并且代码发布成功了,那么当用户打开商家A的小程序的时候,第三方平台怎么知道当前使用的小程序是商家A而不是商家B? 也就是说打开小程序的时候第三方平台怎么拿到当前小程序的appID或者原始id?
2018-09-14 - 微信小程序第三方平台能被多少个小程序授权?
微信小程序第三方平台能被多少个小程序授权? 也就是说我们所申请的第三方平台可以替多少个小程序部署代码审核发布? 微信开发者平台中的小程序模板只有50个,但是每个模板都是对应一个ext.json,每个ext.json都对应一个extAppid,这么说是否说明第三方平台只能替50个授权的小程序部署代码而已?
2018-09-11