B2b支付 完整回调步骤和流程是 什么?
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/B2b_store_assistant.htmlhttps://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/B2b_store_assistant.html 申请商户号报名技术服务费优惠活动支付与退款(接口) 小程序接口 wx.requestCommonPayment(Object object)查看账单 请求地址: https://api.weixin.qq.com/retail/B2b/downloadbill?access_token=ACCESSTOKEN&pay_sig=xxxxx 请求方式:POST提现分账合单支付 查询订单接口说明 请求地址:https://api.weixin.qq.com/retail/B2b/getorder?access_token=ACCESS_TOKEN&pay_sig=xxxxx 请求方式:POST 例如,微信小程序支付, // 下单结果 orderResult = await $w.cloud.callFunction await cloud.callFunction // 唤起微信支付组件,完成支付 wx.requestPayment ... B2b支付呢? 盼回!