diff --git a/src/document/cn/apis.js b/src/document/cn/apis.js index bb5d8e35b..173fb90e3 100644 --- a/src/document/cn/apis.js +++ b/src/document/cn/apis.js @@ -679,6 +679,7 @@ * @api {PUT} /api/v1.0/gateway/partners/{partner_code}/microapp_orders/{order_id} 创建小程序订单 * @apiName microapp * @apiDescription + * 接入微信小程序需完成海外主体认证,并且认证主体需要与在RoyalPay开通的商户主体一致。具体如何认证请查看微信公众平台相关文档。 * 用于小程序中发起支付,创建订单后返回小程序支付所需参数,该接口现仅支持微信小程序。 *
*