企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# 意向代理注册 ~~~[api] post:http://wuma-client.data.cuci.cc/agent/api.v1.member/autoRegister.html *unionid=ozGHaw4rp0tKZV4TEVrOTHkoni9c#绑定微信unionid *brandid=2#品牌ID *spreat_code=HJUOPO#推荐人推荐码 *username=小王#姓名 *sex=男#(男或者女,其他都不行) *phone=13589878767#手机号码 *wechat_num=weixin#微信号 deviceid=1234567890#授权设备ID <<< 操作成功 { "code": 1, "msg": "会员注册成功!", "data": { "id": 50, "pre_pid": 49, "pid": 0, "team_id": 0, "spreat": "-", "spreat_code": "RWNXET", "deviceid": "1234567890", "unionid": "微信unionid", "phone": "13611111112", "nickname": "昵称", "headimg": "", "province": "", "city": "", "area": "", "sex": "男", "level": 1, "remark": "", "total_integral": 0, "used_integral": 0, "total_amount": "0.00", "rebate_amount": "0.00", "rebate_money": "0.00", "spreat_num": 0, "spreat_two_num": 0, "spreat_thr_num": 0, "team_num": 0, "team_amount": "0.00", "fans_num": 0, "is_pass": 0, "pass_at": null, "status": 1, "create_at": "2017-11-27 17:11:13", "level_title": "会员", "integral_rate": "80.00" } } <<< 微信授权unionid已经绑定 { "code": 1, "msg": "通过微信授权登录成功!", "data": { "id": 6, "pid": 1, "spreat": "-1-", "deviceid": "1234567890", "openid": "", "unionid": "微信unionid", "phone": "13617343801", "nickname": "会员昵称", "headimg": "http://client.ctolog.com/static/upload/headimg/1234567890.png", "sex": "男", "level": 1, "remark": "会员签名", "status": 1, "create_at": "2017-09-12 19:53:51" } } <<< 手机号已经注册 { "code": 0, "msg": "添加会员失败,手机号码已经存在!", "data": [] } <<< 参数异常 { "code": 0, "msg": "接口异常,缺少必要参数!", "data": [] } ~~~