diff --git a/src/document/cn/apis.js b/src/document/cn/apis.js index 6d2d28a08..36c8acdfb 100644 --- a/src/document/cn/apis.js +++ b/src/document/cn/apis.js @@ -441,6 +441,7 @@ * @apiParam (PathVariable) {String} refund_id 必填,商户退款单号 * @apiUse Sign * @apiParam (JSON) {int} fee 必填,退款金额,单位是货币最小单位,单个订单退款单金额总和不能超过用户支付金额 + * @apiParam (JSON) {String} device_id 可选,设备ID * * @apiSuccess {String} return_code 执行结果 * @apiSuccess {String} result_code diff --git a/src/document/en/apis.js b/src/document/en/apis.js index ed523570b..351482eb1 100644 --- a/src/document/en/apis.js +++ b/src/document/en/apis.js @@ -344,7 +344,7 @@ * @apiSuccess {String} pay_time Time when order is paid(yyyy-MM-dd HH:mm:ss, UTC+10) * @apiSuccess {String} create_time Time when order is created(according to the latest order)(yyyy-MM-dd HH:mm:ss, UTC+10) * @apiSuccess {String} currency Currency. Default value is AUD. - * @apiSuccess {String} channel Currency. Channel. Alipay,Wechat,Bestpay. + * @apiSuccess {String} channel Currency. Channel. Alipay,Wechat,Bestpay. * * @apiUse GlobalError * @apiError (ERROR_CODE) ORDER_MISMATCH Order ID does not belongs to current partner. @@ -447,7 +447,7 @@ * @apiParam (PathVariable) {String} refund_id Required, Partner refund order id * @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) {String} device_id is Optional, ID of the device which sends the request * @apiSuccess {String} return_code Execution result * @apiSuccess {String} result_code *