请参考这个:https://developers.weixin.qq.com/community/develop/doc/0000ea33564b40ac7f7b514b35bc09
APP微信支付 唤醒了微信支付 输入了密码 一直转圈圈 之后提示 系统繁忙[图片]
2021-02-04服务商商户号跟子商户商户号没有受理关系 也就是子商户不是这个服务商下的
服务商 现金红包API提示:校验受理模式权限失败,请重试服务商模式下现金红包API提示:校验受理模式权限失败,请重试。 请问这是什么问题? 官方文档没有任何解释(https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon_sl.php?chapter=13_4&index=3) [图片] 支付商户平台中先录入是什么意思?怎么操作?
2021-02-03参考这个:https://developers.weixin.qq.com/doc/offiaccount/Cards_and_Offer/Managing_Coupons_Vouchers_and_Cards.html#2
微信能否是有卡券状态的接口?微信是否有查询用户卡券状态的接口,比如待使用,已使用,已过期等状态
2021-02-03您好,这边是微信支付技术专区,主要解决支付相关的问题,您的问题建议您微信关注“腾讯客服”公众号,然后描述问题即可,若无法解决您的问题,可在公众号内输入“人工”,会有业务侧的人工客服协助处理。
如何在搜一搜官方区设置红包封面领取功能?没有没有找到相关入口,帮助文档也没有相关教程,只有“公众号发放”和“小程序发放”的教程,搜一搜官方区的微信红包封面领取的功能设置界面没有找到
2021-02-03参考下这个:https://developers.weixin.qq.com/community/develop/doc/0008ae735d4de8d3cb8be4e1859c09
我的app调不起微信授权。配置都是OK的。我的app需要微信授权登录,用别的项目替换自己的appid,universal link,却能调起微信。。。检查了项目配置都是一样的,想咨询下大佬能不能猜测是哪里出了问题。谢谢!
2021-02-03可以参考下这个:https://developers.weixin.qq.com/community/develop/doc/000cc4ffa2c2083e565b4dabe5fc09
微信商户号本号分账退款提示证书验证失败?调用分账成功,再分账退款接口报证书验证失败,没有服务商模式 【请求地址】:https://api.mch.weixin.qq.com/secapi/pay/profitsharingreturn 【请求数据】:<xml> <appid>wx23192f4cd7cdd40a</appid> <mch_id>1604828902</mch_id> <nonce_str>1612320995574</nonce_str> <sign>57494CB43676B32153570CB0DFD2DE0BE6B9B8FE3F56335470416E2DE6F8841B</sign> <sign_type>HMAC-SHA256</sign_type> <out_order_no>2021020109580964051462460</out_order_no> <out_return_no>S161232099553509558828</out_return_no> <return_account_type>MERCHANT_ID</return_account_type> <return_account>1487992662</return_account> <return_amount>1</return_amount> <description>买家退款商户分账金退还</description> </xml> 【响应数据】:<xml> <return_code><![CDATA[FAIL]]></return_code> <error_code><![CDATA[CERT_ERROR]]></error_code> <error_msg><![CDATA[证书验证失败]]></error_msg> </xml> 2021-02-03 10:56:35.688 ERROR 18704 --- [io-8092-exec-10] c.g.b.w.b.p.ProfitSharingReturnResult : 结果业务代码异常,返回结果:{error_msg=证书验证失败, error_code=CERT_ERROR, return_code=FAIL},
2021-02-03你好,详细情况麻烦提供下正确的APPID以便核实。
支付即服务,调用返回门店id不存在。核实了门店id是存在的且认证通过,请问具体是什么问题?[图片]
2021-02-03参考:https://wechatpay-api.gitbook.io/wechatpay-api-v3/qian-ming-zhi-nan-1/qian-ming-yan-zheng
核销事件回调通知API验签问题微信代金券核销事件回调通知API验签,我拿到头部Wechatpay-Signature后,接下来该怎么验签,文档没有详细的描述
2021-02-03间联商户交易,返回银联或网联商户号
核销事件回调通知API[图片]这块返回的核销商户与实际核销的商户号不一致
2021-02-03这个代码错误的问题,需要你们自己检查下的
Uninitialized ActivityThread场景介绍:android app调用微信支付,提示支付取消;app端用的appid跟服务端创建订单使用的不是同一个,服务器用的是商户的另一个应用的appid;本应用的appid已经跟商户做了关联 错误提示:E/Instrumentation: Uninitialized ActivityThread, likely app-created Instrumentation, disabling AppComponentFactory java.lang.Throwable at android.app.Instrumentation.getFactory(Instrumentation.java:1260) at android.app.Instrumentation.newActivity(Instrumentation.java:1251) at com.tencent.mm.splash.k.newActivity(SourceFile:61) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3216) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3443) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2040) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:224) at android.app.ActivityThread.main(ActivityThread.java:7520) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950) 详细信息:2021-02-02 22:58:10.853 1817-4745/? I/ActivityTaskManager: START u0 {cmp=com.tencent.mm/.plugin.wallet_index.ui.OrderHandlerUI (has extras)} from uid 10218 2021-02-02 22:58:10.856 1817-4745/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-02-02 22:58:10.856 1817-4745/? D/CompatibilityInfo: applicationDensity - 440 2021-02-02 22:58:10.856 1817-4745/? D/CompatibilityInfo: applicationScale - 1.0 2021-02-02 22:58:10.857 1817-4745/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 2021-02-02 22:58:10.865 1817-2364/? V/UiModeManager: switch night mode to 1 2021-02-02 22:58:10.866 2438-2438/? D/GestureStubView: resetRenderProperty: showGestureStub 2021-02-02 22:58:10.867 2438-2438/? D/GestureStubView: showGestureStub 2021-02-02 22:58:10.867 2438-2438/? D/GestureStubView: resetRenderProperty: showGestureStub 2021-02-02 22:58:10.867 2438-2438/? D/GestureStubView: showGestureStub 2021-02-02 22:58:10.867 1817-13045/? I/ActivityTaskManager: The Process com.tencent.mm Already Exists in BG. So sending its PID: 3977 2021-02-02 22:58:10.869 1817-13045/? D/CompatibilityInfo: mCompatibilityFlags - 0 2021-02-02 22:58:10.869 1817-13045/? D/CompatibilityInfo: applicationDensity - 440 2021-02-02 22:58:10.869 1817-13045/? D/CompatibilityInfo: applicationScale - 1.0 2021-02-02 22:58:10.870 1817-2407/? I/MiuiNetworkPolicyQosUtils: mActivityChangeListener preName:ComponentInfo{com.tencent.mm/com.tencent.mm.plugin.base.stub.WXPayEntryActivity},curName:ComponentInfo{com.tencent.mm/com.tencent.mm.plugin.wallet_index.ui.OrderHandlerUI} 2021-02-02 22:58:10.871 4052-17923/? I/GuardService: notifyChange! preName = ComponentInfo{com.tencent.mm/com.tencent.mm.plugin.base.stub.WXPayEntryActivity}; curName = ComponentInfo{com.tencent.mm/com.tencent.mm.plugin.wallet_index.ui.OrderHandlerUI} 2021-02-02 22:58:10.872 827-827/? D/DisplayFeatureHal: read panel temperature:30290 2021-02-02 22:58:10.874 32551-32551/? W/adbd: timeout expired while flushing socket, closing 2021-02-02 22:58:10.874 1817-13045/? I/Timeline: Timeline: App_transition_ready time:160105267 2021-02-02 22:58:10.875 3977-3977/? W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@8c02403 2021-02-02 22:58:10.876 1817-2013/? I/Timeline: Timeline: App_transition_ready time:160105268 2021-02-02 22:58:10.878 3977-3977/? E/Instrumentation: Uninitialized ActivityThread, likely app-created Instrumentation, disabling AppComponentFactory java.lang.Throwable at android.app.Instrumentation.getFactory(Instrumentation.java:1260) at android.app.Instrumentation.newActivity(Instrumentation.java:1251) at com.tencent.mm.splash.k.newActivity(SourceFile:61) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3216) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3443) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2040) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:224) at android.app.ActivityThread.main(ActivityThread.java:7520) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950) 2021-02-02 22:58:10.882 1817-13045/? I/Timeline: Timeline: App_transition_ready time:160105274
2021-02-03