- 概述
- 定制配置
- API
- WEB
- SC
- OP
- MP
- MP Copy
- PP
- APP
- OpenApi
- 机构运营报表
- 未命名接口POST
添加checkout方案支付选项
开发中
POST
pbs/sc/checkout/scheme/paymentoption/add
最后修改时间:2024-07-09 06:15:30
责任人:未设置
请求参数
Body 参数application/json
group_id
string
分组ID
option_id
string
支付选项ID
示例
{
"group_id": "string",
"option_id": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'pbs/sc/checkout/scheme/paymentoption/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "string",
"option_id": "string"
}'
返回响应
🟢200成功
application/json
Body
code
string
错误码
msg
string
错误描述
psn
string
报文序列号
data
object
业务数据
示例
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {}
}
🔴500失败