收藏
回答

云开发中无法完成退款API

框架类型 问题类型 终端类型 AppID 环境ID 基础库版本
小程序 Bug 微信iOS客户端 wxc178b54189980096 sensan-7gr36lxe3fe83dd3 2.16.0
   const res = await cloud.cloudPay.refund({
        "outTradeNo": outTradeNo,
        "nonce_str""akwckr3",
        "outRefundNo": refoundNo,
        "subMchId""1487771202",
        "totalFee": totalFee,
        "refundFee": refundFee,
        "envId""sensan-7gr36lxe3fe83dd3",
        "functionName""refundback"
    })
返回结果
result: {returnCode: "FAIL", returnMsg: "特约子商户商户号未授权服务商的产品权限", couponTypeList: [], couponRefundIdList: [],…}
couponRefundFeeList: []
couponRefundIdList: []
couponTypeList: []
errCode: 0
errMsg: "cloudPay.refund:ok"
returnCode: "FAIL"
returnMsg: "特约子商户商户号未授权服务商的产品权限"

在云开发中显示待商户平台确认

登录商户平台又没有确认的操作


商户号:1487771202


这怎么破

回答关注问题邀请回答
收藏

1 个回答

  • 小海
    小海
    2023-10-04
    errCode0
    

    这个 errCode 等于 0 有点迷,有多种情况

    2023-10-04
    有用
    回复
登录 后发表内容