获取h5链接详情
GET
https://micro-gfyx-api.b2btst.com/v1/cloud-shop/content/h5-link-detail
最后修改时间:2024-05-09 06:41:01
责任人:炳为
请求参数
Query 参数
id
integer
h5链接id
示例值:
1
返回响应
🟢200成功
application/json
Body
data
object
必需
id
integer
id
title
string
标题
description
string
描述
link
string
链接
share_image
object
可选
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{
"data": {
"id": 1,
"title": "保利的“绿色”发展,正在全面领先!",
"description": "xi",
"link": "http://baidu.com",
"share_image": {
"file_id": 5630,
"file_url": "https://gfyx-saas-test.oss-cn-shenzhen.aliyuncs.com/oppty%2Fycg%2F202311%2F3c674f1c-1b48-43d5-8693-8c7ff50c7bf5.jpg?Expires=1711099219&OSSAccessKeyId=LTAI5tAkWjrrenAugNcuuWTA&Signature=Yq4t0JlK%2FRBTGSSjpx5oRGknuC8%3D",
"file_name": "1963c828-601a-4e96-86fe-e15032689a42.jpg"
}
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-05-09 06:41:01