|
|
|
@ -352,6 +352,7 @@
|
|
|
|
|
* Use the same order id to call create order API can renew the order. PAYING, PAY_SUCCESS orders cannot be renewed.
|
|
|
|
|
* @apiSuccess {String} order_id Order id in RoyalPay, which is also WeChat order id. The final order id which is paid may be different from this one
|
|
|
|
|
* @apiSuccess {String} partner_order_id Partner order id
|
|
|
|
|
* @apiSuccess {String} channel_order_id PayChannel(Alipay、Wechat) Transaction Trade No
|
|
|
|
|
* @apiSuccess {int} total_fee Order amount, which uses the base unit of current currency
|
|
|
|
|
* @apiSuccess {int} real_fee Actual paid amount.(Equal to total fee at the moment. After coupon feature is finished, this value may be different. )
|
|
|
|
|
* @apiSuccess {Double} rate Exchange Rate used while trading. 1AUD=?CNY
|
|
|
|
@ -646,6 +647,7 @@
|
|
|
|
|
* @apiParam (JSON) {String} nonce_str Random string
|
|
|
|
|
* @apiParam (JSON) {String} sign Sign
|
|
|
|
|
* @apiParam (JSON) {String} partner_order_id Partner order id
|
|
|
|
|
* @apiParam (JSON) {String} channel_order_id PayChannel(Alipay、Wechat) Transaction Trade No
|
|
|
|
|
* @apiParam (JSON) {String} order_id RoyalPay order id
|
|
|
|
|
* @apiParam (JSON) {int} total_fee Order amount
|
|
|
|
|
* @apiParam (JSON) {int} real_fee Actual paid amount
|
|
|
|
|