We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信交易组件 生成订单接口 用到的 WxMaShopProductInfo 缺少必要的参数 real_price
微信交易组件的下单接口 order_detail.product_infos[].real_price 为必填参数, WxMaShopProductInfo 缺少该属性。
order_detail.product_infos[].real_price
微信文档:https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent2/API/order/add_order.html
The text was updated successfully, but these errors were encountered:
🎨 #2194 【小程序】交易组件生成订单接口请求增加缺失参数
596ada0
No branches or pull requests
简要描述
微信交易组件 生成订单接口 用到的 WxMaShopProductInfo 缺少必要的参数 real_price
模块版本情况
详细描述
微信交易组件的下单接口
order_detail.product_infos[].real_price
为必填参数, WxMaShopProductInfo 缺少该属性。微信文档:https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent2/API/order/add_order.html
The text was updated successfully, but these errors were encountered: