您好,我也遇到了,您怎么解决的
iOS 使用SDK 自检函数排查接入问题只到第四步就停下了,也没报错。有大佬帮忙看看吗 [WXApi.m]+[WXApi registerApp:universalLink:]WXLog:using sdk:xcframework-iphone-arm64 step: WXULCheckStep(rawValue: 0) result: WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] step: WXULCheckStep(rawValue: 1) result: WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] step: WXULCheckStep(rawValue: 2) result: WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] [AppCommunicate.m]+[AppCommunicate setPropertyList:forAppID:canReadPasteBoard:]WXLog:set property list step: WXULCheckStep(rawValue: 3) result: WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] [WXApi.m]+[WXApi launchApplicationWithUrl:completion:]_block_invokeWXLog:launch app with ul only success step: WXULCheckStep(rawValue: 4) result: WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] [WXApi.m]+[WXApi checkUniversalLinkReady:]_block_invokeWXLog:Successfully starting WeChat with the universal link.
03-18解决了吗 返回的这些数据后 ,wx.canIUse('requestMerchantTransfer')小程序页没用这些参数啊
微信商家转账,jsapi调用起用户确认页面提示单号错误微信商家转账于2025年1月15号上线了新接口:/fund-app/mch-transfer/transfer-bills,要求商家转账成功后用户还要确认才能真正完成转账。我根据文档已经完成了商家转账,得到了 返回:{"out_bill_no" : "","transfer_bill_no" : "","create_time" : "","state" : "","fail_reason" : "","package_info" : ""}, 按照文档接下来h5页面调用WeixinJSBridge.invoke('requestMerchantTransfer', {mchId: '',appId: '',package: '',},function (res) { }); 目前手机页面成功调起确认的页面,但是显示‘转账单号错误’,其中"package"字段传的就是商家转账成功后返回的"package_info",请问这样不对吗,应该填写什么信息?
01-20