获取差旅标准
[TOC]
##### 简要描述
- 获取差旅标准数据
##### 请求URL
- ` http://共享地址/SY_SharingCenter/SharingCenterCommonAPI/GetTravelStandard `
##### 请求方式
- POST
##### 参数
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|UserID |是 |string |用户ID |
|DeptID |否 |string | 部门ID |
##### 返回示例
```
{
"success": true,
"Data": [
{
"OfficialRankName": "一级一般员工",
"CityLevelName": "二线城市",
"TripAllowance": 100.00,
"HotelCost": 300.00,
"AirPlaneStandard": "经济舱",
"TrainStandard": "二等座",
"ShipStandard": "二等舱"
},
{
"OfficialRankName": "一级一般员工",
"CityLevelName": "一线城市",
"TripAllowance": 100.00,
"HotelCost": 300.00,
"AirPlaneStandard": "经济舱",
"TrainStandard": "二等座",
"ShipStandard": "二等舱"
}
],
"msg": ""
}
```
##### 返回参数说明
|参数名|类型|说明|
|:----- |:-----|----- |
|OfficialRankName |string |职别名称 |
|CityLevelName |string |城市 |
|HotelCost |string |住宿标准-费用标准 |
|AirPlaneStandard |string |交通工具乘坐标准 -飞机 |
|TrainStandard |string |交通工具乘坐标准 -火车 |
|ShipStandard |string |交通工具乘坐标准 -轮船 |
##### 备注
-