保障服务详情
GET
/adminapi/goods.goods_guarantee/detail
请求参数
Query 参数
id
integer
服务id
Header 参数
token
string
必需
默认值:
{{'38a327e6732714e2a48e0b5d3038b2cc'}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/goods.goods_guarantee/detail?id' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
id
integer
服务id
name
string
服务名称
content
string
服务内容
image
string
服务图标
sort
integer
排序
status
integer
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"name": "服务条款1",
"content": "服务条款内容",
"image": "http://www.sqtg.localhost/resource/image/adminapi/default/avatar.png",
"sort": 50,
"status": 1,
"create_time": "2022-11-23 14:26:12",
"update_time": "2022-11-23 14:26:12",
"delete_time": null
}
}
修改于 2022-11-23 09:58:34