文档
测试

获取首页跟个人中心配置

GET
https://www.botuorg.com/test//xcx/config/query?configType=1

接口描述

get请求

请求头

参数名
类型
描述
必填
dev
string
示例:
必填
mobile
int
示例:12345678901
必填
port
string
示例:xcx
必填

请求参数

参数名
类型
描述
必填
configType
int
示例:1
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
数据字典
必填
index
array
数据列表
必填
imageUrl
string
示例:https://image.botuorg.com/botu-01%2F1595575195369.jpg
必填
path
string
示例:http://www.baidu.com
必填
title
string
示例:社区家园
必填
configCode
string
示例:0010
必填
specialField
object
示例:这里可以当为社区编码
必填
pathType
int
示例:0
必填
args
object
示例:null
必填

说明 / 示例

{ "success": true, "responseCode": "100000", "message": "运行正确", "result": { "index": [ { "imageUrl": "https://image.botuorg.com/botu-01%2F1595575195369.jpg", "path": "http://www.baidu.com", "title": "社区家园", "configCode": "0010", "specialField": null, "pathType": 0 }, { "imageUrl": "https://image.botuorg.com/botu-01%2F1595575225115.jpg", "path": "http://www.baidu.com?communityCode=0024", "title": "改了2", "configCode": "0011", "specialField": "0024", "pathType": 0 }, { "imageUrl": "https://image.botuorg.com/botu-01%2F1595575242223.jpg", "path": "http://www.baidu.com", "title": "附近租房", "configCode": "0012", "specialField": null, "pathType": 0 }, { "imageUrl": "https://image.botuorg.com/botu-01%2F1595575255190.jpg", "path": "http://www.baidu.com", "title": "热门活动", "configCode": "0013", "specialField": null, "pathType": 0 } ] }, "args": null }