简要描述:
- 文案样式
请求URL:
POST/wapapi/addons/execute/addons/thingcircle/controller/thingcircle/action/thingcircleCopyStyle
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
"thingcircle": "好物圈",
"ganhuo": "干货"
}
}
错误时返回:
{
"code": -1,
"message": "获取失败"
}
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
thingcircle | string | 好物圈文案 | |
ganhuo | string | 干货文案 |