保存基础设置
POST
https://micro-gfyx-api.b2btst.com/v1/cloud-shop/basic-config/save-basic-setting
最后修改时间:2024-05-08 09:52:56
责任人:翁果
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
share_picture
object
聊天分享图
file_id
integer
必需
leave_phone_way
integer
留电方式
record_number
string
备案号
示例
{
"share_picture": {
"file_id": 0
},
"leave_phone_way": 0,
"record_number": "string"
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
示例
{
"success": true,
"error_code": 0,
"message": "操作成功",
"data": null
}
修改于 2024-05-08 09:52:56