|
|
@ -447,7 +447,7 @@
|
|
|
|
* @apiParam (PathVariable) {String} refund_id Required, Partner refund order id
|
|
|
|
* @apiParam (PathVariable) {String} refund_id Required, Partner refund order id
|
|
|
|
* @apiUse Sign
|
|
|
|
* @apiUse Sign
|
|
|
|
* @apiParam (JSON) {int} fee Required, Refund amount. Use base unit of the currency. Total amount of all refund orders must be less than actual paid amount.
|
|
|
|
* @apiParam (JSON) {int} fee Required, Refund amount. Use base unit of the currency. Total amount of all refund orders must be less than actual paid amount.
|
|
|
|
*
|
|
|
|
* @apiParam (JSON) {String} device_id is Optional, ID of the device which sends the request
|
|
|
|
* @apiSuccess {String} return_code Execution result
|
|
|
|
* @apiSuccess {String} return_code Execution result
|
|
|
|
* @apiSuccess {String} result_code
|
|
|
|
* @apiSuccess {String} result_code
|
|
|
|
* <ul>
|
|
|
|
* <ul>
|
|
|
@ -812,7 +812,6 @@
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @api {PUT} /api/v1.0/alipay/partners/{partner_code}/orders/{order_id} Create Alipay Online Order
|
|
|
|
* @api {PUT} /api/v1.0/alipay/partners/{partner_code}/orders/{order_id} Create Alipay Online Order
|
|
|
|
* @apiName AlipayOnline
|
|
|
|
* @apiName AlipayOnline
|
|
|
@ -897,7 +896,6 @@
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @api {PUT} /api/v1.0/hf_gateway/partners/{partner_code}/orders/{orderId} Create HF Web Order
|
|
|
|
* @api {PUT} /api/v1.0/hf_gateway/partners/{partner_code}/orders/{orderId} Create HF Web Order
|
|
|
|
* @apiName hfapi
|
|
|
|
* @apiName hfapi
|
|
|
@ -1029,6 +1027,7 @@
|
|
|
|
* @apiError (ERROR_CODE) ORDER_MISMATCH Order is not belong to this partner
|
|
|
|
* @apiError (ERROR_CODE) ORDER_MISMATCH Order is not belong to this partner
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @api {PUT} /api/v1.0/customs/partners/{partner_code}/redeclare/report/{client_report_id} Redeclare
|
|
|
|
* @api {PUT} /api/v1.0/customs/partners/{partner_code}/redeclare/report/{client_report_id} Redeclare
|
|
|
|
* @apiName redeclare_report
|
|
|
|
* @apiName redeclare_report
|
|
|
|