ABTEST 接口定义
请求策略
key |
value |
请求域名 |
api.yoho.cn |
接口名 |
method=app.abtest.configs |
频率 |
APP启动之初 |
请求参数
字段 |
描述 |
类型 |
示例 |
app_version |
APP版本 |
string |
5.2.0 |
client_type |
客户端类型 |
string |
androd/ios/pc/h5 |
uid |
用户id |
int |
15424760 |
udid |
机器标识 |
string |
8657900267200782b9b39371d66b5c0 |
返回参数
返回格式 : json
字段 |
描述 |
类型 |
示例 |
userType |
版本类型 |
string |
A/B/C |
resourceList |
资源位列表 |
LIST |
|
` resourceId |
资源位显示地址 |
String |
home |
` code |
资源位查询CODE |
string |
b39371d66b5c0 |
uiList |
ui列表 |
LIST |
|
` uiId |
ui显示地址 |
String |
bottom |
` modules |
显示的模块及顺序 |
string |
home, category, guang, shoppingTrolley |
{
"userType": "A/B",
"resourceList":[
{
"code":"1234",
"resourceId":"home"
},
{
"code":"1235",
"resourceId":"recommond"
}
],
"uiList":[
{
"modules": "home, category, guang, shoppingTrolley",
"uiId":"bottom"
}
]
}
资源位定义
id |
描述 |
默认 |
id |
资源位A |
asdsadsd |