🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 顾问信息 ~~~[api] post:/client/getUser <<< success { "code": 0, "info": "success", "data": { "user":{ "id": 1000, "name": "老板", "code": "", "token": "", "phone": "18192909455", "identity": "", "entry_date": "2019-01-01", "leave_date": "2099-01-01", "shop_id": 1, "state": 1, "wechat_user_id": 2, "score": "5.00", "ticket": "gQEZ8TwAAAAAAAAAAS5odHRwOi8vd2VpeGluLnFxLmNvbS9xLzAySFVnWEl3OUtka2wxMDAwMHcwNzQAAgSXY91bAwQAAAAA" }, "score": 3, "evaluation":{ "id": 1, "member_id": 440, "user_id": 1000, "score": 1, "create_time": "2018-11-08 16:10:15", "content": "haha" } } } ~~~ ## 评价顾问 ~~~[api] post:/client/evaluation *int:score= 5#1~5 string:content= news/text必传字段#图文消息标题/回复文字 <<< success { "code": 0, "info": "成功", "data":{ } } <<< error ~~~