diff --git a/src/document/cn/apis.js b/src/document/cn/apis.js index a0da13d8a..b00da0de6 100644 --- a/src/document/cn/apis.js +++ b/src/document/cn/apis.js @@ -843,7 +843,7 @@ * */ /** - * @api {PUT} /api/v1.0/yeepay/partners/{partner_code}/orders/{order_id} 创建网银快捷支付订单 + * @api {PUT} /api/v1.0/cb_bankpay/partners/{partner_code}/orders/{order_id} 创建网银快捷支付订单 * @apiName cbbankpayapi * @apiDescription * 用于PC端网银快捷支付,创建订单后跳转到返回的pay_url,随后进入网银快捷支付页面完成支付 @@ -858,7 +858,8 @@ * @apiParam (JSON) {String} description 必填,订单标题(最大长度128字符,超出自动截取) * @apiParam (JSON) {int} price 必填,金额,单位为货币最小单位,例如使用100表示AUD1.00 * @apiParam (JSON) {String} product_name 必填 商品名称 - * @apiParam (JSON) {String=AUD} currency=AUD 币种代码(当前仅支持AUD) + * @apiParam (JSON) {int} gateway_type 必填,8:跳转H5网关,9:跳转PC网关 + * @apiParam (JSON) {String=AUD,CNY} currency=AUD 币种代码(若商户选择的通道为拉卡拉则只支持AUD) * @apiParam (JSON) {String} notify_url 支付通知url,详见支付通知api,不填则不会推送支付通知 * @apiParam (JSON) {String} operator 操作人员标识 * diff --git a/src/document/en/apis.js b/src/document/en/apis.js index 325238f2c..f89c12af4 100644 --- a/src/document/en/apis.js +++ b/src/document/en/apis.js @@ -861,7 +861,7 @@ * */ /** - * @api {PUT} /api/v1.0/yeepay/partners/{partner_code}/orders/{order_id} Create CB BankPay Order + * @api {PUT} /api/v1.0/cb_bankpay/partners/{partner_code}/orders/{order_id} Create CB BankPay Order * @apiName cbbankpayapi * @apiDescription * Use for CB BankPay in PC Website. After create order, jump to the pay_url returned and attach sign params and redirect param. @@ -876,7 +876,8 @@ * @apiParam (JSON) {String} description Required, Order description * @apiParam (JSON) {int} price Required, Price of the order. Use the base unit of the currency. * @apiParam (JSON) {String} product_name Product name Required - * @apiParam (JSON) {String=AUD} currency=AUD Currency (only AUD) + * @apiParam (JSON) {int} gateway_type Gateway Require 8: H5 gateway,9: PC gateway + * @apiParam (JSON) {String=AUD,CNY} currency=AUD Currency (Only AUD When Merchants Choose LakalaPay) * @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. *