文档
测试

品牌列表

POST
/app/brand/list

请求参数

参数名
类型
描述
必填
sign
String
验证签名
必填
user_id
String
用户id
必填

响应参数

参数名
类型
描述
必填
code
long
状态码,等于0,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
brand_list
list
品牌数据
必填
brand_logo
String
品牌图片
必填
brand_name
String
品牌名称
必填
activityValue
int
活跃度
必填
sn_count
int
终端数
必填
sn_active_count
int
激活终端数
必填
person_count
map
个人统计
必填
day_num
int
今日
必填
month_num
int
本月
必填
total_num
int
累计
必填
active_day_num
int
今日激活总数
必填
active_month_num
int
月激活总数
必填
active_total_num
int
累计激活总数
必填
team_count
map
团队统计
必填
day_num
int
今日
必填
month_num
int
本月
必填
total_num
int
累计
必填
active_total_num
int
累计激活数
必填
active_month_num
int
本月激活数
必填
active_day_num
int
今日激活数
必填

说明 / 示例

``` { "code": 0, "errors": {}, "msg": "操作成功", "result": { "person_count": { "total_num": 0, "day_num": 0, "month_num": 0 }, "brand_list": [ { "agent_user_name": "15387495555", "agent_user_pwd": "Kx234567", "is_second": 0, "brand_name": "通易付PLUS", "data_source_type": 1, "brand_logo": "upload//202005/1589616697682.png", "whole_brand_id": "7db5ecaeeb224a70bf056ad7ee503106", "title": "通易付PLUS", "oem_id": "1000", "brand_id": "7db5ecaeeb224a70bf056ad7ee503106", "is_stop_profit": 0, "sn_count": 72, "app_download_address": "1", "active_course_address": "http://doc.kaxinkeji.com/xtyf/index.html", "id": "5978b5b6d0124978bac71212a5887f2b" }, { "agent_user_name": "13207319858", "agent_user_pwd": "kaxinkeji@1", "is_second": 0, "brand_name": "开店宝趣付", "data_source_type": 1, "brand_logo": "upload//202005/1589616741125.png", "whole_brand_id": "e9cf580606a5463598cf8f3e322c7fa9", "title": "开店宝趣付", "oem_id": "1000", "brand_id": "e9cf580606a5463598cf8f3e322c7fa9", "is_stop_profit": 0, "sn_count": 18, "app_download_address": "1", "active_course_address": "", "id": "666c16c3886e41ef9e378dbddef65260" }, { "agent_user_name": "801551000000RWX", "agent_user_pwd": "kx234567", "is_second": 0, "brand_name": "银盛通", "data_source_type": 1, "brand_logo": "upload//202005/1589616364805.png", "whole_brand_id": "cecf40fdcf8d4edda6ce9dc2382a4c07", "title": "银盛通", "oem_id": "1000", "brand_id": "cecf40fdcf8d4edda6ce9dc2382a4c07", "is_stop_profit": 0, "sn_count": 13, "app_download_address": "1", "active_course_address": "http://doc.kaxinkeji.com/xyst/index.html", "id": "6e8990450e4b45239df312c2415a75c1" }, { "agent_user_name": "13787114566", "agent_user_pwd": "kx234567", "is_second": 0, "brand_name": "拉卡拉", "data_source_type": 1, "brand_logo": "upload//202005/1589616610737.png", "whole_brand_id": "e2bd368d1bd34d2aa59bb5f67bf493a0", "title": "拉卡拉", "oem_id": "1000", "brand_id": "e2bd368d1bd34d2aa59bb5f67bf493a0", "is_stop_profit": 0, "sn_count": 728, "app_download_address": "1", "active_course_address": "http://doc.kaxinkeji.com/xlkl/index.html", "id": "bb0ff15c066a414c8f7283382e026324" }, { "agent_user_name": "sunbing123", "agent_user_pwd": "xinhuike6", "is_second": 0, "brand_name": "付临门大pos", "data_source_type": 1, "brand_logo": "upload//202005/1589019682010.png", "whole_brand_id": "42d73b4164ee460589f8b1c57bb91420", "title": "付临门大pos", "oem_id": "1000", "brand_id": "42d73b4164ee460589f8b1c57bb91420", "is_stop_profit": 0, "sn_count": 2, "app_download_address": "1", "active_course_address": "http://doc.kaxinkeji.com/xflm/index.html", "id": "db0c8623cd0f436f8a6696a87e3a19fd" } ], "team_count": { "total_num": 0, "day_num": 0, "month_num": 0 } } } ```