使用小程序jsapi下单接口,分别测试了以下3种,分账时都提示非分账订单不支持分账
obj["settle_info"] = {"profit_sharing": 'Y'}
obj["settle_info"] = {"profit_sharing": True}
obj["profit_sharing"] = 'Y'
小程序下单文档:https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_5_1.shtml
分账文档:https://pay.weixin.qq.com/wiki/doc/api/allocation.php?chapter=26_3
不同文档要求不一样。如何传参才是正确的
是的,我也是这样,都不知道其它人是怎么就能行,好奇怪