💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 获取意向代理 ~~~[api] post:http://thinkagentlarge.data.cuci.cc/agent/api.v1.task/get_intent.html *unionid=oGsrkszQSaou6tKM-4c2Tl625Ta8#绑定微信unionid *deviceid=1234567890#授权设备ID <<< 操作成功 { "code": 1, "msg": "成功获取任务数据", "data": { "other": { "all": 3, "new": 1, "is_follow": 1, "no_follow": 2 }, "list": [ { "id": 1, "agent_id": 86, "member_id": 6126, "username": "菲12", "sex": "男", "phone": "13580446805", "wechat_num": "SuperX", "status": 0, "is_follow": 1, "is_deleted": 0, "create_at": "2018-04-06 16:17:22", "headimg": "", "follow": 1 } ] } } <<< 登录异常 { "code": 0, "msg": "还没有登录哦,请登录后再来访问!", "data": [] } <<< 参数异常 { "code": 0, "msg": "接口异常,缺少必要参数!", "data": [] } ~~~