企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 获取用户推荐列表 +++ get:/user/getUserRecommend *userId#用户编号 *index#页码 *count#页面数量 <<< success { "code": "00000", "data": { "teamTotal": 16, "directTotal": 5, "indirectTotal": 11, "userRecommendList": [ { "userId": 17, "userName": "", "mobile": "18258240486", "userImg": "", "createTime": "2019-01-29 11:38", "shopType": "1", "recommendList": [], "remmendNum": 0 }, { "userId": 20, "userName": "轩轩店铺", "mobile": "13666812169", "userImg": "", "createTime": "2019-01-29 20:55", "shopType": "2", "recommendList": [ { "userId": 45, "userName": "真好我饿了", "mobile": "18855994011", "userImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/user_icon/2019/02/20190226105710116539.jpg", "createTime": "2019-02-26 10:19", "shopType": "2" } ], "remmendNum": 1 }, { "userId": 21, "userName": "投简历科技", "mobile": "15222646126", "userImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/user_icon/2019/02/20190227175545850694.jpg", "createTime": "2019-01-29 22:59", "shopType": "0", "recommendList": [], "remmendNum": 0 }, { "userId": 23, "userName": "哈哈哈健康", "mobile": "15168465713", "userImg": "", "createTime": "2019-01-30 11:00", "shopType": "1", "recommendList": [], "remmendNum": 0 }, { "userId": 36, "userName": "棉花小涂", "mobile": "13777849836", "userImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/user_icon/2019/02/20190228153917721534.jpg", "createTime": "2019-02-14 10:51", "shopType": "2", "recommendList": [ { "userId": 25, "userName": "保洁阿姨超市", "mobile": "18605860680", "userImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/user_icon/2019/02/20190227143256613661.jpg", "createTime": "2019-01-30 13:35", "shopType": "2" }, { "userId": 28, "userName": "易企秀么", "mobile": "13588438645", "userImg": "", "createTime": "2019-01-30 14:33", "shopType": "1" }, { "userId": 31, "userName": "童年食光", "mobile": "18358650377", "userImg": "http://wx.qlogo.cn/mmopen/nBcYE97sU46yulJoLATjCFYiaS7hWqXLTMhwoiaz3UNbSw7TZHbuIbl10Ciale7ZZrHxOibZ62MYCKIkD9veJlYteEBMiazRKN5Sr/0", "createTime": "2019-02-04 12:33", "shopType": "1" }, { "userId": 34, "userName": "一个小店VS", "mobile": "15757185572", "userImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/user_icon/2019/02/20190214093848956917.jpg", "createTime": "2019-02-13 19:37", "shopType": "2" }, { "userId": 35, "userName": "毛永样旗舰店", "mobile": "18676340124", "userImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/user_icon/2019/02/20190214103557798142.jpg", "createTime": "2019-02-14 10:35", "shopType": "1" }, { "userId": 38, "userName": "精喜超市", "mobile": "15314649707", "userImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/user_icon/2019/02/20190220142417352188.jpg", "createTime": "2019-02-16 17:03", "shopType": "1" }, { "userId": 40, "userName": "开店了8644", "mobile": "13588438644", "userImg": "", "createTime": "2019-02-16 17:42", "shopType": "1" }, { "userId": 41, "userName": "好生活小铺", "mobile": "15356642762", "userImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/user_icon/2019/02/20190220173625675017.jpg", "createTime": "2019-02-20 14:07", "shopType": "1" }, { "userId": 42, "userName": "开店了3944", "mobile": "18268733944", "userImg": "", "createTime": "2019-02-20 14:17", "shopType": "0" }, { "userId": 51, "userName": "懒人补给站噢噢", "mobile": "13588438646", "userImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/user_icon/2019/03/20190301144502317440.jpg", "createTime": "2019-03-01 13:30", "shopType": "1" } ], "remmendNum": 10 } ] }, "onceToken": "", "info": "获取推荐列表成功" } ## 人数信息:teamInfo |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |teamTotal|总人数| | | 2 |directTotal|直推人数|| | 3 |indirectTotal|间推人数|| ## 直推明细:userRecommendList |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |userId|用户编号| | | 2 |userName|用户名|| | 3 |userImg|用户图片|| | 4 |createTime|时间|| | 5 |shopType|店铺类型|| ## 间推明细 recommendList |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |userId|用户编号| | | 2 |userName|用户名|| | 3 |userImg|用户图片|| | 4 |createTime|时间|| | 5 |shopType|店铺类型||