简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2020-08-15 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | token参数 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
module | 是 | string | 显示模块,请查看模块参数 房屋出租=rental |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"icon": [
{
"id": 1,
"icon": "http://wzb.com/uploads/uploads/icon/2020/08/11/tv.png",
"name": "电视"
},
],
"wzb_currency": 5
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
icon.id | string | 选项id |
icon.icon | string | 选项路径 |
icon.name | string | 选项名称 |
wzb_currency | string | 发布费用【屋装币】 |
备注:
- 无
作者:admin 创建时间:2020-08-15 11:18
更新时间:2025-04-01 15:40
更新时间:2025-04-01 15:40