- 同一主体下两个应用如何通过authcode换openid
同一主体下有两个app, 一个公众号(appid1), 一个小程序(appid2) 调用"authcode换openid接口"时, 使用公众号appid1获取到openid1, 但是该用户只在小程序appid2进行过绑定. 此时就找不到openid1与用户的绑定关系 想问下, 这种情况除了unionid以外还有没有别的解决办法
2023-02-09 - 企业微信中呼起微信H5支付报错?
报错: getBrandWCPayRequest:fail_nopermission [图片] corpId: wx83f7c077d0649426
2022-08-19 - 支付服务商分账接口报opnid与appid不符?
v3支付服务商分账接口报错{"code":"INVALID_REQUEST","message":"appid与openid不匹配"} 接口url: https://api.mch.weixin.qq.com/v3/profitsharing/orders 调用分账接口时, 用的appid,sub_mchid,sub_appid与支付时相同, 分账接收人的openid用的是支付时的subopenid. 为什么会报错?如何解决?
2021-12-29 - 小程序退款接口返回值为空?
接口:https://api.mch.weixin.qq.com/secapi/pay/refund 传入参数: <xml><appid>XXX</appid><mch_id>XXX</mch_id><nonce_str>6WI28FNKGPCWOFNCOF270O6W4L2R2ZXT</nonce_str><notify_url>XXX</notify_url><sign>XXX</sign><out_trade_no>361856721599205376</out_trade_no><out_refund_no>361857868338696192</out_refund_no><total_fee>2000</total_fee><refund_fee>400</refund_fee><refund_desc>一起购返现</refund_desc></xml> <xml><appid>XXX</appid><mch_id>XX</mch_id><nonce_str>CX06O0ECBGWFJVXTXYJFG9KMNDZE1EQP</nonce_str><notify_url>XXX</notify_url><sign>XXX</sign><out_trade_no>361856628049448960</out_trade_no><out_refund_no>361857868753932288</out_refund_no><total_fee>1400</total_fee><refund_fee>280</refund_fee><refund_desc>一起购返现</refund_desc></xml> 时间:2019-08-22 10:15:04 描述:连着两个退款请求返回为空,请求如上
2019-08-22