master
luoyang 5 years ago
parent e152d7391e
commit 7b47c9f3e7

@ -224,12 +224,7 @@
* @apiParam (JSON) {String=Alipay,Wechat} channel 支付渠道大小写敏感 * @apiParam (JSON) {String=Alipay,Wechat} channel 支付渠道大小写敏感
* @apiParam (JSON) {String} notify_url 支付通知url详见支付通知api不填则不会推送支付通知 * @apiParam (JSON) {String} notify_url 支付通知url详见支付通知api不填则不会推送支付通知
* @apiParam (JSON) {String} operator 操作人员标识 * @apiParam (JSON) {String} operator 操作人员标识
* @apiParam (JSON) {String='SYSTEM','RYCBSM','METECH'} source='SYSTEM' *
* 订单来源平台
* <ul>
* <li>R跨境商城:'RYCBSM'</li>
* <li>Menu Technology:'METECH'</li>
* </ul>
* @apiSuccess {String} return_code 执行结果 * @apiSuccess {String} return_code 执行结果
* @apiSuccess {String} result_code SUCCESS表示创建订单成功EXISTS表示订单已存在 * @apiSuccess {String} result_code SUCCESS表示创建订单成功EXISTS表示订单已存在
* @apiSuccess {String} partner_code 商户编码 * @apiSuccess {String} partner_code 商户编码
@ -758,12 +753,7 @@
* @apiParam (JSON) {String} operator 操作人员标识 * @apiParam (JSON) {String} operator 操作人员标识
* @apiParam (JSON) {String} appid 小程序appid(接入微信小程序必填支付宝不需要) * @apiParam (JSON) {String} appid 小程序appid(接入微信小程序必填支付宝不需要)
* @apiParam (JSON) {String} customer_id 小程序获取的用户id(微信为openid支付宝为userid) * @apiParam (JSON) {String} customer_id 小程序获取的用户id(微信为openid支付宝为userid)
* @apiParam (JSON) {String='SYSTEM','RYCBSM','METECH'} source='SYSTEM' *
* 订单来源平台
* <ul>
* <li>R跨境商城:'RYCBSM'</li>
* <li>Menu Technology:'METECH'</li>
* </ul>
* @apiSuccess {String} return_code 执行结果 * @apiSuccess {String} return_code 执行结果
* @apiSuccess {String} result_code SUCCESS表示创建订单成功EXISTS表示订单已存在 * @apiSuccess {String} result_code SUCCESS表示创建订单成功EXISTS表示订单已存在
* @apiSuccess {String} partner_code 商户编码 * @apiSuccess {String} partner_code 商户编码

@ -232,12 +232,7 @@
* @apiParam (JSON) {String=Alipay,Wechat} channel Payment channel, case sensitive * @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} 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} operator Note for the operator who created this order.
* @apiParam (JSON) {String='SYSTEM','RYCBSM','METECH'} source='SYSTEM' *
* Order source platform
* <ul>
* <li>R跨境商城:'RYCBSM'</li>
* <li>Menu Technology:'METECH'</li>
* </ul>
* @apiSuccess {String} return_code Execution result * @apiSuccess {String} return_code Execution result
* @apiSuccess {String} result_code SUCCESS means order created successfully, EXISTS means order has already existed. * @apiSuccess {String} result_code SUCCESS means order created successfully, EXISTS means order has already existed.
* @apiSuccess {String} partner_code Partner code * @apiSuccess {String} partner_code Partner code
@ -770,12 +765,7 @@
* @apiParam (JSON) {String} operator Note for the operator who created this order. * @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} appid Wechat channel required, miniprogram app_id
* @apiParam (JSON) {String} customer_id wechat miniprogram open_id or alipay miniprogram userid * @apiParam (JSON) {String} customer_id wechat miniprogram open_id or alipay miniprogram userid
* @apiParam (JSON) {String='SYSTEM','RYCBSM','METECH'} source='SYSTEM' *
* Order source platform
* <ul>
* <li>R跨境商城:'RYCBSM'</li>
* <li>Menu Technology:'METECH'</li>
* </ul>
* @apiSuccess {String} return_code Execution result * @apiSuccess {String} return_code Execution result
* @apiSuccess {String} result_code SUCCESS means order created successfully, EXISTS means order has already existed. * @apiSuccess {String} result_code SUCCESS means order created successfully, EXISTS means order has already existed.
* @apiSuccess {String} partner_code Partner code * @apiSuccess {String} partner_code Partner code

Loading…
Cancel
Save