From 99da2552501f8facb339c12a4ab071b84ff7e4b4 Mon Sep 17 00:00:00 2001 From: luoyang Date: Mon, 25 Nov 2019 14:42:58 +0800 Subject: [PATCH] add docs incremental --- src/document/cn/apis.js | 14 ++++++++++++-- src/document/en/apis.js | 14 ++++++++++++-- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/document/cn/apis.js b/src/document/cn/apis.js index b64cbb268..ef1d89656 100644 --- a/src/document/cn/apis.js +++ b/src/document/cn/apis.js @@ -224,7 +224,12 @@ * @apiParam (JSON) {String=Alipay,Wechat} channel 支付渠道,大小写敏感 * @apiParam (JSON) {String} notify_url 支付通知url,详见支付通知api,不填则不会推送支付通知 * @apiParam (JSON) {String} operator 操作人员标识 - * + * @apiParam (JSON) {String} {String='system','R-cross','MTHY'} source='system' + * 订单来源平台 + * * @apiSuccess {String} return_code 执行结果 * @apiSuccess {String} result_code SUCCESS表示创建订单成功,EXISTS表示订单已存在 * @apiSuccess {String} partner_code 商户编码 @@ -753,7 +758,12 @@ * @apiParam (JSON) {String} operator 操作人员标识 * @apiParam (JSON) {String} appid 小程序appid(接入微信小程序必填,支付宝不需要) * @apiParam (JSON) {String} customer_id 小程序获取的用户id(微信为openid,支付宝为userid) - * + * @apiParam (JSON) {String} {String='system','R-cross','MTHY'} source='system' + * 订单来源平台 + * * @apiSuccess {String} return_code 执行结果 * @apiSuccess {String} result_code SUCCESS表示创建订单成功,EXISTS表示订单已存在 * @apiSuccess {String} partner_code 商户编码 diff --git a/src/document/en/apis.js b/src/document/en/apis.js index 00fae5eee..fefe24a3d 100644 --- a/src/document/en/apis.js +++ b/src/document/en/apis.js @@ -232,7 +232,12 @@ * @apiParam (JSON) {String=Alipay,Wechat} channel Payment channel, case sensitive * @apiParam (JSON) {String} notify_url System will call the notify url if provided when the payment succeeds * @apiParam (JSON) {String} operator Note for the operator who created this order. - * + * @apiParam (JSON) {String} {String='system','R-cross','MTHY'} source='system' + * Order source platform + * * @apiSuccess {String} return_code Execution result * @apiSuccess {String} result_code SUCCESS means order created successfully, EXISTS means order has already existed. * @apiSuccess {String} partner_code Partner code @@ -765,7 +770,12 @@ * @apiParam (JSON) {String} operator Note for the operator who created this order. * @apiParam (JSON) {String} appid Wechat channel required, miniprogram app_id * @apiParam (JSON) {String} customer_id wechat miniprogram open_id or alipay miniprogram userid - * + * @apiParam (JSON) {String} {String='system','R-cross','MTHY'} source='system' + * Order source platform + * * @apiSuccess {String} return_code Execution result * @apiSuccess {String} result_code SUCCESS means order created successfully, EXISTS means order has already existed. * @apiSuccess {String} partner_code Partner code