```javascript
WXAPI.userAttendantDetail(id, token)
```
+ id 技师ID
+ token 当前用户登陆凭证
```json
{
"code": 0,
"data": {
"attendantInfo": {
"age": 18,
"alipayAccount": "xxxxx",
"alipayName": "xxxx",
"areaStr": "市辖区",
"cityId": "370200000000",
"cityStr": "青岛市",
"commissionRate": 0.00,
"constellation": "巨蟹座",
"content": "打球的数据库各方势力",
"dateInitWortimes": "2024-11-27 00:00:00",
"districtId": "370201000000",
"gender": 2,
"id": 30557281,
"jobNumber": "200102",
"mobile": "xxxx",
"name": "小美",
"numberFav": 1,
"numberGoodReputation": 2,
"numberHours": 0,
"numberOrders": 1,
"numberRefund": 0,
"numberReputation": 2,
"numberView": 448,
"picLive": "xxxx.jpg",
"picShow": "xxxx.jpg",
"price": 0.00,
"provinceId": "370000000000",
"provinceStr": "山东省",
"recommendStatus": 0,
"relationGoods": false,
"similarRate": 88.00,
"status": 0,
"statusStr": "上班",
"tags": "全能",
"unusefulNumber": 0,
"usefulNumber": 0,
"vetStatus": 1,
"workDays": "1,2,3,4,5,6,7",
"workTimes": "09:00-23:00",
"zc": "2"
},
"isIdcardCheck": true
},
"msg": "success"
}
```