Authored by LUOXC

update

... ... @@ -48,7 +48,7 @@
| method | String | 是 | 128 | 接口名称 | yohopay.trade.create |
| out_trade_no | String | 是 | 64 | 商户订单号,64个字符以内、只能包含字母、数字、下划线;需保证在商户端不重复 |
| notify_url | String | 否 | 256 | 服务器主动通知商户服务器里指定的页面http/https路径。 | http://api.test.xxx.net/atinterface/receive_notify.htm |
| total_amount | Price | 是 | 9 | 订单总金额,单位为元,精确到小数点后两位,取值范围[0.01,100000000] 如果同时传入了【打折金额】,【不可打折金额】,【订单总金额】三者,则必须满足如下条件:【订单总金额】=【打折金额】+【不可打折金额】 | 88.88 |
| total_amount | Price | 是 | 9 | 「订单总金额,单位为元,精确到小数点后两位,取值范围[0.01,100000000]如果同时传入了【打折金额】,【不可打折金额】,【订单总金额】三者,则必须满足如下条件:【订单总金额】=【打折金额】+【不可打折金额】 | 88.88 |
| discountable_amount | Price | 否 | 9 | 可打折金额. 参与优惠计算的金额,单位为元,精确到小数点后两位,取值范围[0.01,100000000] 如果该值未传入,但传入了【订单总金额】,【不可打折金额】则该值默认为【订单总金额】-【不可打折金额】 | 8.88 |
| undiscountable_amount | Price | 否 | 9 | 不可打折金额. 不参与优惠计算的金额,单位为元,精确到小数点后两位,取值范围[0.01,100000000] 如果该值未传入,但传入了【订单总金额】,【打折金额】,则该值默认为【订单总金额】-【打折金额】 | 80.00 |
| subject | String | 是 | 256 | 订单标题 | Iphone6 16G |
... ...