| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"rq": {
"apply_show_id": "201710111505000464651",
"corpid": "corp1",
"thirdpart_apply_id": "abcdef",
"apply_id": "123"
}
}curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/apply/get?access_token=dc73axxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"rq": {
"apply_show_id": "201710111505000464651",
"corpid": "corp1",
"thirdpart_apply_id": "abcdef",
"apply_id": "123"
}
}'{
"module": {
"id": 0,
"apply_show_id": "string",
"gmt_create": "string",
"gmt_modified": "string",
"thirdpart_id": "string",
"corpid": "string",
"corp_name": "string",
"userid": "string",
"user_name": "string",
"deptid": "string",
"trip_day": 0,
"dept_name": "string",
"trip_cause": "string",
"trip_title": "string",
"status": 0,
"status_desc": "string",
"itinerary_list": [
{
"trip_way": 0,
"itinerary_id": "string",
"traffic_type": 0,
"dep_city": "string",
"arr_city": "string",
"dep_date": "string",
"cost_center_name": "string",
"arr_date": "string",
"invoice_name": "string",
"project_title": "string",
"project_code": "string"
}
],
"traveler_list": [
{
"userid": "string",
"user_name": "string"
}
],
"approver_list": [
{
"order": 0,
"userid": "string",
"user_name": "string",
"status": 0,
"status_desc": "string",
"note": "string",
"operate_time": "string"
}
]
},
"errmsg": "string",
"errcode": 0,
"success": true
}