增值服务
开发中
GET
/api/write/addedService
请求参数
Query 参数
id
integer
订单id
Header 参数
token
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/write/addedService?id' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
array [object {4}]
必需
id
integer
id
title
string
名称
image
string
图标
price
string
价钱
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 27,
"title": "服务123456",
"image": "http://www.php-ws.localhost/222.png",
"price": "6"
}
]
}
修改于 2024-02-19 08:39:44