小程序已关联 好了支付商户号1678209592,但在我小程序里,当用户支付的时候总提示:取消支付, 如何解决?
截图:
报错:
{errMsg: "cloud.callFunction:ok", result: {…}, requestID: "6a74969c-b863-480e-9d7c-bfdfb4705597"}
errMsg: "cloud.callFunction:ok"
requestID: "6a74969c-b863-480e-9d7c-bfdfb4705597"
result:
errCode: 0
errMsg: "cloudPay.unifiedOrder:ok"
returnCode: "FAIL"
returnMsg: "受理关系不存在"
__proto__: Object
__proto__: Object
{errMsg: "requestPayment:fail parameter error: parameter.tim…er.paySign should be String instead of Undefined;"}
搞定了,真是万万没有想到,在开发者工具这里也要做商户授权绑定, 微信小程序或微信支付的文档,没有提到要在这里做配置, 浪费了一天时间在搞这事情。。。