简要描述:
- 获取本团导游
请求URL:
- /api/team/teamguides
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
teamId | 是 | int32 | 团号Id |
入参示例:
https://localhost:6001/api/guide/scanguides?teamId=18
返回示例:
正确时返回:
{
"code": 200,
"success": true,
"message": null,
"result": [
{
"id": 1,
"guideAccount": "abcd",
"guideName": "貂蝉",
"guideEnName": "objec",
"isMale": true,
"jobType": "2",
"idCardNum": "123456789123456789",
"birth": "2014-05-28T00:00:00",
"native": "广东",
"maritalState": false,
"education": "Postgraduate",
"languages": null,
"travelAgency": null,
"experience": null,
"academy": "华师大",
"strongSuit": "体育",
"politicalStatus": "PartyMember",
"otherCard": "Passport",
"otherCardNumber": "4323",
"address": "233232",
"email": "12345@136.com",
"mobileNumber": "18612345678",
"fixedNumber": "23333",
"sharePhoto": true,
"sharePower": true,
"contact": "2333",
"contactNumber": "110",
"introduction": null,
"familiarArea": "1",
"familiarScenic": "2",
"missionExperience": "3",
"organizaCode": "TRA14-0007",
"countryCode": 1,
"provinceCode": 259,
"cityCode": 617,
"qq": null,
"openTo": null,
"guideCertificateNo": "123456789453",
"auditStatus": 1,
"auditBy": 3,
"auditOn": "2014-05-29T16:32:55.473",
"certificateLevel": "Intermediate",
"leaderCardNo": "12131415",
"enterTeamMode": 1,
"teamMobileNumber": "18688181666"
}
]
}
错误时返回:
返回参数说明:
Data数据说明
参数名 | 类型 | 说明 |
---|---|---|
guideAccount | string | 账号 |
guideName | string | 中文名 |
guideEnName | string | 英文名 |
isMale | bool | 性别 true男 false女 |
jobType | ||
idCardNum | ||
birth | date | 出生日期 |
native | string | 籍贯 |
maritalState | bool | 婚姻状况 true已婚 |
education | string | 学历 |
languages | string | 语种 |
travelAgency | ||
experience | string | 带团经验 |
academy | string | 毕业院校 |
strongSuit | string | 技能 |
politicalStatus | string | 政治面貌 |
otherCard | string | 其它证件类型 |
otherCardNumber | string | 其它证件号码 |
address | string | 地址 |
string | 电邮 | |
mobileNumber | string | 注册手机号码 |
fixedNumber | string | 固定电话 |
sharePhoto | bool | 允许分享图片true |
sharePower | bool | 分享到导游资源中心 true允许 |
contact | string | 联系人 |
contactNumber | string | 联系人电话 |
introduction | string | 简介 |
familiarArea | string | 1 |
familiarScenic | string | 2 |
missionExperience | string | 3 |
organizaCode | string | TRA14-0007 |
countryCode | int | 1 |
provinceCode | int | 259 |
cityCode | int | 617 |
string | ||
openTo | ||
guideCertificateNo | string | 导游证号 |
auditStatus | int | 审核状态 |
auditOn | datetime | 审核时间 |
certificateLevel | int | 级别 |
leaderCardNo | string | 领队证号 |
id | int | 导游编号 |
enterTeamMode | int | 导游入团方式 1直派 2扫码 |
teamMobileNumber | string | 导游本团联系电话 |
备注:
-