版本:202201
查询主题列表
GET/openapi/2022-01/themes
返回主题列表。
响应
- 200
200
- application/json
- 数据结构
- 示例
- Result
数据结构
- Array [
- ]
stateinteger
默认值:
0示例:
0msgstring
示例:
请求成功data object
countstring
示例:
2themes object[]
idstring
示例:
4fe3e348-eefd-4f55-aa13-9f123a2c984bmerchant_theme_idstring
示例:
theme_version_idstring
示例:
1version
c_versionstring
示例:
1.0.0change_logstring
示例:
version_publish_timestring
示例:
1546963146merchant_theme_info
namestring
示例:
Nova-2023-mainlocalestring
示例:
en-USpresetstring
示例:
publishedstring
示例:
0is_auto_upgradestring
示例:
0updated_atstring
示例:
1714461023auto_save_timestring
示例:
1714461023theme_save_time
publish_time
{
"state": 0,
"msg": "请求成功",
"data": {
"count": "2",
"themes": [
{
"id": "4fe3e348-eefd-4f55-aa13-9f123a2c984b",
"merchant_theme_id": "",
"theme_version_id": "1",
"version": {},
"c_version": "1.0.0",
"change_log": "",
"version_publish_time": "1546963146",
"merchant_theme_info": {},
"name": "Nova-2023-main",
"locale": "en-US",
"preset": "",
"published": "0",
"is_auto_upgrade": "0",
"updated_at": "1714461023",
"auto_save_time": "1714461023",
"theme_save_time": {},
"publish_time": {}
}
]
}
}
{
"state": 0,
"msg": "请求成功",
"data": {
"count": "2",
"themes": [
{
"id": "4fe3e348-eefd-4f55-aa13-9f123a2c984b",
"merchant_theme_id": "",
"theme_version_id": "1",
"version": null,
"c_version": "1.0.0",
"change_log": "",
"version_publish_time": "1546963146",
"merchant_theme_info": null,
"name": "Nova-2023-main",
"locale": "en-US",
"preset": "",
"published": "0",
"is_auto_upgrade": "0",
"updated_at": "1714461023",
"auto_save_time": "1714461023",
"theme_save_time": null,
"publish_time": null
},
{
"id": "dbcd6d60-6884-4df5-b234-cd92870850ee",
"merchant_theme_id": "",
"theme_version_id": "1",
"version": null,
"c_version": "1.0.0",
"change_log": "",
"version_publish_time": "1546963146",
"merchant_theme_info": null,
"name": "Nova-2023-main",
"locale": "en-US",
"preset": "",
"published": "0",
"is_auto_upgrade": "0",
"updated_at": "1714457697",
"auto_save_time": "1714457697",
"theme_save_time": null,
"publish_time": null
}
]
}
}