禁用卡密
POST
/myauth/web/banCard
请求参数
Header 参数
token
string
必需
示例值:
b9eab83c09cc4d38bbcef5392cfb6333
Body 参数application/json
ids
string
必需
示例
{
"ids": "7,8,9"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/myauth/web/banCard' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "7,8,9"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
null
必需
timestamp
integer
必需
示例
{
"code": 200,
"success": true,
"msg": "成功禁用 2 张卡密",
"sign": "",
"result": null,
"timestamp": 1645108633483
}
🔴500错误
修改于 2022-02-18 12:55:48