Page History

Searchbusinessdaren

Last edited by 徐近程

返回

根据店铺名字模糊搜索


URL: http://apiwjjtest.cnlive.com/Daren/search/searchBusinessDaren.action


请求方式: HTTP GET


请求参数说明:

参数名 参数类型 必选 参数说明
shopName String false 店铺名
pageNo Integer false 页码(默认为1)
pageSize Integer false 每页条数(默认为10)

返回格式: JSON


返回格式样例:

{
    "data": {
        "hasNext": true,     //是否有下一页
        "list": [
            {
                "id": "daren_10341908",
                "img": "http://wjjtest.ys2.cnliveimg.com/802/img/2018/0710/1531198518505.jpg",
                "shopName": "测试结果"
            },
            {
                "id": "daren_10342874",
                "img": "",
                "shopName": "测试小活驴"
            },
            {
                "id": "daren_10455685",
                "img": "http://wjjtest.ys2.cnliveimg.com/802/img/2018/0715/1531637478845.jpg",
                "shopName": "欧克"
            },
            {
                "id": "daren_10455942",
                "img": "http://wjjtest.ys2.cnliveimg.com/802/img/2018/0711/1531314318751.jpg",
                "shopName": "小怪兽店铺"
            },
            {
                "id": "daren_10456224",
                "img": "http://wjjtest.ys2.cnliveimg.com/802/img/2018/0715/1531670272282.jpg",
                "shopName": "花花的店铺"
            },
            {
                "id": "daren_10458139",
                "img": "http://wjjtest.ys2.cnliveimg.com/802/img/2018/0913/1536830737302.jpg",
                "shopName": "程序员专卖店"
            },
            {
                "id": "daren_10459837",
                "img": "",
                "shopName": "zzllの小店"
            },
            {
                "id": "daren_10499273",
                "img": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_b.png",
                "shopName": "哈哈"
            },
            {
                "id": "daren_10499331",
                "img": "http://wjjtest.ys2.cnliveimg.com/802/img/2018/0602/1527917699897.jpg",
                "shopName": "测试达人2"
            },
            {
                "id": "daren_10499533",
                "img": "http://wjjtest.ys2.cnliveimg.com/802/img/2018/0727/1532684004267.jpg",
                "shopName": "张旭达人"
            }
        ],
        "pageNumber": 1,            //当前页
        "pageSize": 10,             //每页展示个数
        "startIndex": 0,
        "totalPage": 11,            //总页数
        "totalRecord": 110          //店铺总数
    },
    "errorCode": "0",
    "errorMessage": "成功"
}