'1.0',
'info' => ['style' => 'ROA', 'product' => 'btripOpen', 'version' => '2022-05-20'],
'directories' => [
[
'children' => ['CarApplyAdd'],
'type' => 'directory',
'title' => '市内用车审批',
'id' => 458439,
],
[
'children' => [
[
'children' => ['ConfirmPreBill', 'BatchSubmitPreBill'],
'type' => 'directory',
'title' => '预出账',
'id' => 458446,
],
],
'type' => 'directory',
'title' => '商旅账单数据',
'id' => 458445,
],
],
'components' => [
'schemas' => [],
],
'apis' => [
'BatchSubmitPreBill' => [
'summary' => '批次提交。',
'path' => '/prebill/v1/batchSubmit',
'methods' => ['put'],
'schemes' => ['https'],
'security' => [
[
'soCorpToken' => [],
],
],
'deprecated' => false,
'systemTags' => ['operationType' => 'create'],
'parameters' => [
[
'name' => 'x-acs-btrip-so-corp-token',
'in' => 'header',
'schema' => ['description' => 'header参数 由“企业访问凭证”接口获取(添加在header里),http模式可以在链接中使用so_corp_token=value或者dtb_corp_token=value来替代', 'type' => 'string', 'required' => false, 'example' => 'feth00jqwls'],
],
[
'name' => 'bill_batch',
'in' => 'query',
'schema' => ['title' => 'yyyy-MM-dd, 如2026-06-21', 'description' => 'yyyy-MM-dd, 如2026-06-21', 'type' => 'string', 'required' => true, 'example' => '2026-06-21'],
],
[
'name' => 'dimension',
'in' => 'query',
'schema' => ['title' => '1: 账单id 2: 订单号 3: 审批单 4: 发票抬头', 'description' => '1: 账单id 2: 订单号 3: 审批单 4: 发票抬头', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
],
[
'name' => 'values',
'in' => 'query',
'style' => 'json',
'schema' => [
'title' => '基于dimension决定, 如dimension values 应当传入账单id',
'description' => '基于dimension决定, 如dimension values 应当传入账单id',
'type' => 'array',
'items' => ['description' => '匹配的标签值', 'type' => 'string', 'required' => false, 'example' => '["99999","88888"]'],
'required' => true,
],
],
[
'name' => 'customer_decision',
'in' => 'query',
'schema' => ['title' => '1: 本期出账 2: 延期出账 null: 按照record当前出账决策进行出账', 'description' => '1: 本期出账 2: 延期出账 null: 按照record当前出账决策进行出账', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'app_ip',
'in' => 'query',
'schema' => ['description' => '(系统参数,无需手动输入)', 'type' => 'string', 'required' => false, 'example' => '100.66.54.114'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'result_code' => ['description' => '错误码', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
'module' => [
'description' => '数据',
'type' => 'object',
'properties' => [
'batch_id' => ['title' => '批次ID,可能为空: 如果没有可操作账单,则batchId为null', 'description' => '批次ID,可能为空: 如果没有可操作账单,则batchId为null', 'type' => 'integer', 'format' => 'int64', 'example' => '999'],
'match_count' => ['title' => '匹配数量', 'description' => '匹配数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'not_match_count' => ['title' => '未匹配数量', 'description' => '未匹配数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'forbid_update_bill_count' => ['title' => '禁止更新账单数量', 'description' => '禁止更新账单数量', 'type' => 'integer', 'format' => 'int32', 'example' => '20'],
'not_match_detail' => [
'title' => '未匹配明细',
'description' => '未匹配明细',
'type' => 'array',
'items' => ['description' => '未匹配明细item', 'type' => 'string', 'example' => '"22222"'],
],
'forbid_update_detail' => [
'title' => '禁止更新明细',
'description' => '禁止更新明细',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'value' => ['title' => '值', 'description' => '值', 'type' => 'string', 'example' => '"9999"'],
'can_update_count' => ['title' => '可更新数量', 'description' => '可更新数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'can_not_update_count' => ['title' => '不可更新数量', 'description' => '不可更新数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
],
'description' => '',
],
],
],
],
'result_msg' => ['description' => '错误信息', 'type' => 'string', 'example' => '成功'],
'success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
'more_page' => ['description' => '分页标识,由服务端设置,分页时是否有下一页更多数据。', 'type' => 'boolean', 'example' => 'true'],
'requestId' => ['description' => '请求ID', 'type' => 'string', 'example' => 'A5009956-1077-52FB-B520-EA8C7E91D722'],
'traceId' => ['description' => '轨迹ID。', 'type' => 'string', 'example' => '21041ce********056433edbb2'],
],
'description' => '',
],
],
],
'errorCodes' => [
500 => [
['errorCode' => 'Bill.Confirm.Error', 'errorMessage' => '%s.', 'description' => '账单确认失败'],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"result_code\\": 0,\\n \\"module\\": {\\n \\"batch_id\\": 999,\\n \\"match_count\\": 10,\\n \\"not_match_count\\": 10,\\n \\"forbid_update_bill_count\\": 20,\\n \\"not_match_detail\\": [\\n \\"\\\\\\"22222\\\\\\"\\"\\n ],\\n \\"forbid_update_detail\\": [\\n {\\n \\"value\\": \\"\\\\\\"9999\\\\\\"\\",\\n \\"can_update_count\\": 10,\\n \\"can_not_update_count\\": 10\\n }\\n ]\\n },\\n \\"result_msg\\": \\"成功\\",\\n \\"success\\": true,\\n \\"more_page\\": true,\\n \\"requestId\\": \\"A5009956-1077-52FB-B520-EA8C7E91D722\\",\\n \\"traceId\\": \\"21041ce********056433edbb2\\"\\n}","type":"json"}]',
'title' => '批次提交',
'changeSet' => [],
],
'CarApplyAdd' => [
'summary' => '同步市内用车审批单。',
'path' => '/apply/v1/car',
'methods' => ['post'],
'schemes' => ['https'],
'security' => [
[
'soCorpToken' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => ['operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free'],
'parameters' => [
[
'name' => 'third_part_apply_id',
'in' => 'formData',
'schema' => ['title' => '三方审批单ID', 'description' => '三方审批单ID', 'type' => 'string', 'required' => true, 'example' => 'IRGS1413'],
],
[
'name' => 'title',
'in' => 'formData',
'schema' => ['title' => '审批单标题', 'description' => '审批单标题', 'type' => 'string', 'required' => true, 'example' => '访问客户'],
],
[
'name' => 'cause',
'in' => 'formData',
'schema' => ['title' => '出差事由', 'description' => '出差事由', 'type' => 'string', 'required' => true, 'example' => '访问客户'],
],
[
'name' => 'times_type',
'in' => 'formData',
'schema' => [
'title' => '次数类型 1:次数不限制 2、用户可指定次数 3、管理员限制次数',
'description' => '审批单可用次数类型:1:次数不限制 2、用户可指定次数;如果企业没有限制审批单使用次数的需求,这个参数传1(次数不限制),同时times_total和times_used都传0即可',
'type' => 'integer',
'format' => 'int32',
'required' => true,
'enumValueTitles' => [1 => '次数不限制', '用户可指定次数', '管理员限制次数'],
'example' => '1',
],
],
[
'name' => 'times_total',
'in' => 'formData',
'schema' => ['title' => '申请单可用总次数', 'description' => '审批单可用总次数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
],
[
'name' => 'times_used',
'in' => 'formData',
'schema' => ['title' => '申请单已用次数', 'description' => '审批单已用次数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
],
[
'name' => 'status',
'in' => 'formData',
'schema' => [
'title' => '0申请 1同意 2拒绝 3转交 4取消 5 修改已同意 6 撤销已同意 7 修改审批中 8 已同意(修改被拒绝) 9 撤销审批中\\n10 已同意(撤销被拒绝) 11 已同意(修改被取消) 12 已同意(撤销被取消)',
'description' => '审批状态',
'type' => 'integer',
'format' => 'int32',
'required' => true,
'enumValueTitles' => ['申请', '同意', '拒绝'],
'example' => '0',
],
],
[
'name' => 'city',
'in' => 'formData',
'schema' => ['title' => '用车城市,多值使用中文逗号分隔,最多传10个城市', 'description' => '用车城市,多个城市请用中文“,”隔开。'."\n"
.'注意:最多传10个城市,city和city_code_set必须一一对应', 'type' => 'string', 'required' => true, 'example' => '北京,杭州'],
],
[
'name' => 'city_code_set',
'in' => 'formData',
'schema' => ['title' => '市内用车城市code集合,多个城市请用中文“,”隔开。'."\n"
.'注意:1)city_code_set和city必填一个,两者都有值默认以city_code_set为准'."\n"
.'最多传10个城市', 'description' => '市内用车城市code集合,多个城市请用中文“,”隔开。'."\n"
.'注意:1)city_code_set和city必填一个,两者都有值默认以city_code_set为准'."\n"
.'最多传10个城市', 'type' => 'string', 'required' => false, 'example' => '110100,330100'],
],
[
'name' => 'traveler_standard',
'in' => 'formData',
'style' => 'json',
'schema' => [
'title' => '市内用车规则',
'description' => '市内用车规则',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'car_city_set' => [
'title' => '用车跨车规则;非必填;填写后,跨城规则读取审批单数据',
'description' => '用车跨车规则;非必填;填写后,跨城规则读取审批单数据',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'city_code' => ['title' => '跨城城市code,仅支持填写6位code,多值中文逗号分隔', 'description' => '跨城城市code,仅支持填写6位code,多值中文逗号分隔'."\n"
.'注意:最多传10个城市,city_code和city_name必须一一对应', 'type' => 'string', 'required' => true, 'example' => '110100,330100'],
'city_name' => ['title' => '跨城城市名称,多值中文逗号分隔', 'description' => '跨城城市名称,多值中文逗号分隔'."\n"
.'注意:最多传10个城市,city_code和city_name必须一一对应', 'type' => 'string', 'required' => true, 'example' => '北京,杭州'],
],
'required' => false,
'description' => '',
],
'required' => false,
],
'user_id' => ['title' => '出行人用户id', 'description' => '出行人用户id', 'type' => 'string', 'required' => true, 'example' => 'userid'],
],
'required' => false,
'description' => '',
],
'required' => false,
],
],
[
'name' => 'date',
'in' => 'formData',
'schema' => ['title' => '用车时间', 'description' => '用车时间,按天管控,比如传值2021-03-18 20:26:56表示2021-03-18当天可用车,跨天情况配合finished_date参数使用(时间参数填写必须为yyyy-MM-dd HH:mm:ss字符串格式)'."\n", 'type' => 'string', 'required' => true, 'example' => '2022-07-12 14:52:52', 'pattern' => '^\\d{4}(-\\d{2}){2}\\s+\\d{2}(:\\d{2}){2}$'],
],
[
'name' => 'finished_date',
'in' => 'formData',
'schema' => ['title' => '用车结束时间,为null时取date', 'description' => '用车截止时间,按天管控,比如date传值2021-03-18 20:26:56、finished_date传值2021-03-30 20:26:56表示2021-03-18(含)到2021-03-30(含)之间可用车,该参数不传值情况使用date作为用车截止时间;(时间参数填写必须为yyyy-MM-dd HH:mm:ss字符串格式)'."\n", 'type' => 'string', 'required' => false, 'example' => '2022-07-12 18:51:25', 'pattern' => '^\\d{4}(-\\d{2}){2}\\s+\\d{2}(:\\d{2}){2}$'],
],
[
'name' => 'third_part_invoice_id',
'in' => 'formData',
'schema' => ['title' => '审批单关联的三方发票抬头ID', 'description' => '审批单关联的三方发票抬头ID'."\n"
."\n"
.'>该字段必填,如需配置为非必填,请联系运营>', 'type' => 'string', 'required' => false, 'example' => 'GA15131'],
],
[
'name' => 'third_part_cost_center_id',
'in' => 'formData',
'schema' => ['title' => '审批单关联的三方成本中心ID', 'description' => '审批单关联的三方成本中心ID'."\n"
.'>该字段必填,如需配置为非必填,请联系运营>', 'type' => 'string', 'required' => false, 'example' => 'QA1411'],
],
[
'name' => 'project_code',
'in' => 'formData',
'schema' => ['title' => '审批单关联的项目code', 'description' => '审批单关联的项目code', 'type' => 'string', 'required' => false, 'example' => 'project1413'],
],
[
'name' => 'project_name',
'in' => 'formData',
'schema' => ['title' => '审批单关联的项目名', 'description' => '审批单关联的项目名', 'type' => 'string', 'required' => false, 'example' => '项目1'],
],
[
'name' => 'user_id',
'in' => 'formData',
'schema' => ['title' => '无userId时传缺省值superAdmin', 'description' => '发起审批的第三方员工ID'."\n", 'type' => 'string', 'required' => true, 'example' => 'OPEN1415614'],
],
[
'name' => 'x-acs-btrip-so-corp-token',
'in' => 'header',
'schema' => ['description' => 'header参数,由“企业访问凭证”接口获取(添加在header里),http模式可以在链接中使用so_corp_token=value或者dtb_corp_token=value来替代', 'type' => 'string', 'required' => false, 'example' => 'feth00jqwls'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'BtripApplyResult',
'description' => 'BtripApplyResult',
'type' => 'object',
'properties' => [
'success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
'code' => ['description' => '状态码', 'type' => 'string', 'example' => '0'],
'message' => ['description' => '返回信息。', 'type' => 'string', 'example' => '成功'],
'module' => ['description' => '商旅内部审批单ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1002923002'],
'requestId' => ['description' => '唯一标识一次请求', 'type' => 'string', 'example' => 'C61ECFF6-606B-5F66-B81D-D77369043A5F'],
'traceId' => ['description' => '日志轨迹ID', 'type' => 'string', 'example' => '21041ce316577904808056433edbb2'],
],
],
],
],
'errorCodes' => [
500 => [
['errorCode' => 'Operate.Business.NoAuthority', 'errorMessage' => '%s.', 'description' => '用户没有操作企业的权限'],
['errorCode' => 'CarApply.Syn.Error', 'errorMessage' => '%s.', 'description' => '同步市内用车审批单失败'],
['errorCode' => 'Param.Error.UserId', 'errorMessage' => '%s.', 'description' => '参数userId有误'],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true,\\n \\"code\\": \\"0\\",\\n \\"message\\": \\"成功\\",\\n \\"module\\": 1002923002,\\n \\"requestId\\": \\"C61ECFF6-606B-5F66-B81D-D77369043A5F\\",\\n \\"traceId\\": \\"21041ce316577904808056433edbb2\\"\\n}","type":"json"}]',
'title' => '同步市内用车审批单',
'description' => '使用该接口可以同步指定企业的市内用车审批单。'."\n"
."\n"
.'1. 使用该接口需要在应用中开通商旅同步市内用车审批权限,具体的数据权限申请流程请查看[接口权限申请流程](https://openapi.alibtrip.com/doc/toDocDetail?docId=3771435) '."\n"
.'2. 使用该接口需要在请求头中放入企业调用凭证数据信息(x-acs-btrip-so-corp-token),企业调用凭证数据获取接口请查看[企业访问凭证](https://openapi.alibtrip.com/doc/toDocDetail?docId=3769985)',
'requestParamsDescription' => '### HTTP请求示例'."\n"
.'`POST https://btripopen.alibtrip.com/api/apply/v1/car?app_key=dgdfxd&so_corp_token=feth00jqwls`',
'changeSet' => [
['createdAt' => '2026-07-06T06:15:26.000Z', 'description' => 'OpenAPI 下线'],
['createdAt' => '2024-04-19T01:43:03.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-11-24T07:48:59.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-10-26T06:41:11.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-09-11T02:40:00.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-04-17T12:03:41.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-03-20T05:57:24.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-10-20T12:50:30.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2022-10-09T11:54:02.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2022-09-27T09:32:50.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2022-08-25T10:07:18.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-07-27T07:50:53.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2022-07-26T06:07:20.000Z', 'description' => 'OpenAPI 下线'],
],
],
'ConfirmPreBill' => [
'summary' => '预出账账单确认。',
'path' => '/prebill/v1/confirm',
'methods' => ['put'],
'schemes' => ['https'],
'security' => [
[
'soCorpToken' => [],
],
],
'deprecated' => false,
'systemTags' => ['operationType' => 'create'],
'parameters' => [
[
'name' => 'x-acs-btrip-so-corp-token',
'in' => 'header',
'schema' => ['description' => 'header参数 由“企业访问凭证”接口获取(添加在header里),http模式可以在链接中使用so_corp_token=value或者dtb_corp_token=value来替代', 'type' => 'string', 'required' => false, 'example' => 'feth00jqwls'],
],
[
'name' => 'bill_batch',
'in' => 'query',
'schema' => ['title' => 'yyyy-MM-dd, 如2026-06-21', 'description' => 'yyyy-MM-dd, 如2026-06-21', 'type' => 'string', 'required' => true, 'example' => '2026-06-21'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'result_code' => ['description' => '错误码', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
'module' => [
'description' => '返回结果详情。',
'type' => 'object',
'properties' => [
'batch_id' => ['title' => '批次ID', 'description' => '批次ID', 'type' => 'integer', 'format' => 'int64', 'example' => '9999'],
'match_count' => ['title' => '匹配数量', 'description' => '匹配数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'not_match_count' => ['title' => '未匹配数量', 'description' => '未匹配数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'forbid_update_bill_count' => ['title' => '禁止更新账单数量', 'description' => '禁止更新账单数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'not_match_detail' => [
'title' => '未匹配明细',
'description' => '未匹配明细',
'type' => 'array',
'items' => ['description' => '未匹配明细item', 'type' => 'string', 'example' => '"2231"'],
],
'forbid_update_detail' => [
'title' => '禁止更新明细',
'description' => '禁止更新明细',
'type' => 'array',
'items' => [
'description' => '禁止更新明细item',
'type' => 'object',
'properties' => [
'value' => ['title' => '值', 'description' => '值', 'type' => 'string', 'example' => '[]'],
'can_update_count' => ['title' => '可更新数量', 'description' => '可更新数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'can_not_update_count' => ['title' => '不可更新数量', 'description' => '不可更新数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
],
],
],
],
],
'result_msg' => ['description' => '错误信息', 'type' => 'string', 'example' => '成功'],
'success' => ['description' => 'true 接口调用成功,false 接口调用失败', 'type' => 'boolean', 'example' => 'true'],
'more_page' => ['description' => '分页标识,由服务端设置,分页时是否有下一页更多数据。', 'type' => 'boolean', 'example' => 'true'],
'requestId' => ['description' => '本次请求的唯一标识。', 'type' => 'string', 'example' => 'A5009956-1077-52FB-B520-EA8C7E91D722'],
'traceId' => ['description' => 'traceId', 'type' => 'string', 'example' => '21041ce316577904808056433edbb2'],
],
'description' => '',
],
],
],
'errorCodes' => [
500 => [
['errorCode' => 'Bill.Confirm.Error', 'errorMessage' => '%s.', 'description' => '账单确认失败'],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"result_code\\": 0,\\n \\"module\\": {\\n \\"batch_id\\": 9999,\\n \\"match_count\\": 10,\\n \\"not_match_count\\": 10,\\n \\"forbid_update_bill_count\\": 10,\\n \\"not_match_detail\\": [\\n \\"\\\\\\"2231\\\\\\"\\"\\n ],\\n \\"forbid_update_detail\\": [\\n {\\n \\"value\\": \\"[]\\",\\n \\"can_update_count\\": 10,\\n \\"can_not_update_count\\": 10\\n }\\n ]\\n },\\n \\"result_msg\\": \\"成功\\",\\n \\"success\\": true,\\n \\"more_page\\": true,\\n \\"requestId\\": \\"A5009956-1077-52FB-B520-EA8C7E91D722\\",\\n \\"traceId\\": \\"21041ce316577904808056433edbb2\\"\\n}","type":"json"}]',
'title' => '预账单确认',
'changeSet' => [],
],
],
'endpoints' => [],
'errorCodes' => [
['code' => 'AccessToken.Application.Missing', 'message' => '%s.', 'http_code' => 500, 'description' => '找不到对应的应用'],
['code' => 'AccessToken.AppSecret.Mismatching', 'message' => '%s.', 'http_code' => 500, 'description' => 'appSecret不匹配'],
['code' => 'AccessToken.IP.NotInWhiteList', 'message' => '%s.', 'http_code' => 500, 'description' => 'ip不在白名单'],
['code' => 'Account.Exist.Invalid', 'message' => '%s.', 'http_code' => 400, 'description' => '该用户已激活,不可传入账号手机号和账号邮箱'],
['code' => 'Add.Employee.Exists', 'message' => '%s.', 'http_code' => 400, 'description' => '员工已存在,如需恢复在职,请通过变更在职状态接口变更在职状态'],
['code' => 'Add.Employee.JobNoExists', 'message' => '%s.', 'http_code' => 400, 'description' => '员工工号已存在'],
['code' => 'Add.Employee.ManagerNotExists', 'message' => '%s.', 'http_code' => 400, 'description' => '添加员工的直属主管不存在'],
['code' => 'Approval.Info.Search.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '搜索审批单信息失败'],
['code' => 'Approval.Not.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '审批单不存在'],
['code' => 'Auth.Info.Not.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '开发者企业授权信息不存在'],
['code' => 'Authority.Check.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '权限校验失败'],
['code' => 'Authority.NotAdmin', 'message' => '%s.', 'http_code' => 500, 'description' => '无管理员权限'],
['code' => 'Bill.Confirm.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '账单确认失败'],
['code' => 'Bill.Confirm.Param.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '参数错误导致校验不通过'],
['code' => 'Bill.Data.Adjust.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '账单数据调整失败'],
['code' => 'Bill.Data.Adjust.Param.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '参数错误导致校验不通过'],
['code' => 'Bill.Settlement.Service.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '结算记账查询服务异常'],
['code' => 'BOOK_FLIGHT_MODIFY_APPLY_RENDER_FAIL', 'message' => '%s.', 'http_code' => 500, 'description' => '改签信息加载失败,请稍后再试'],
['code' => 'BOOK_FLIGHT_MODIFY_ITINERARY_RENDER_FAIL', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,获取订单改签行程失败,请稍后再试'],
['code' => 'BOOK_FLIGHT_ORDER_NOT_EXIST', 'message' => '%s.', 'http_code' => 500, 'description' => '订单不存在'],
['code' => 'BOOK_FLIGHT_ORDER_RENDER_FAIL', 'message' => '%s.', 'http_code' => 500, 'description' => '订单验单失败'],
['code' => 'BOOK_FLIGHT_PARAM_ILLEGAL', 'message' => '%s.', 'http_code' => 500, 'description' => '参数不合法'],
['code' => 'BOOK_ORDER_NOT_EXIST', 'message' => '%s.', 'http_code' => 500, 'description' => '当前订单不存在'],
['code' => 'BtirpCity.Service.Error', 'message' => 'City service anomaly.', 'http_code' => 500, 'description' => '城市服务异常'],
['code' => 'btrip000001', 'message' => '%s.', 'http_code' => 500, 'description' => '系统错误'],
['code' => 'btrip000002', 'message' => '%s.', 'http_code' => 500, 'description' => '参数错误'],
['code' => 'BtripMember.Invalid.Parameters', 'message' => 's%.', 'http_code' => 400, 'description' => 'btrip-member-center提供服务的参数校验错误'],
['code' => 'BtripMember.Invalid.Parameters', 'message' => '%s.', 'http_code' => 400, 'description' => 'btrip-member-center参数校验失败错误码'],
['code' => 'BtripMember.System.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '系统异常'],
['code' => 'Btrippay.Param.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '参数异常'],
['code' => 'Btrippay.System.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '系统错误'],
['code' => 'BtripReserveHotel.Order.QueryError', 'message' => '%s.', 'http_code' => 500, 'description' => '查询订单详情异常'],
['code' => 'BTRIP_ORG_SYSTEM_ERROR', 'message' => 'btrip-org system error.', 'http_code' => 500, 'description' => 'btrip-org系统异常'],
['code' => 'Business.Clearing.Form.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '分销渠道同步审批单失败'],
['code' => 'BusinessInstance.Invalid', 'message' => '%s.', 'http_code' => 500, 'description' => '审批业务实例不存在'],
['code' => 'BusinessInstanceIdOrThirdBusinessId.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '业务实例ID或者三方业务单号为空'],
['code' => 'BUSINESS_EXECPTION', 'message' => '%s.', 'http_code' => 500, 'description' => '业务异常'],
['code' => 'Cancel.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '订单取消失败'],
['code' => 'Cancel.Has.Processed', 'message' => '%s.', 'http_code' => 500, 'description' => '订单已经取消,请勿重复发起。'],
['code' => 'Cancel.Order.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '订单取消失败'],
['code' => 'Cancel.Order.Not.Found', 'message' => '%s.', 'http_code' => 500, 'description' => '未找到相应的订单'],
['code' => 'Cancel.Status.Not.Allow', 'message' => '%s.', 'http_code' => 500, 'description' => '当前状态不允许取消。'],
['code' => 'Car.Search.Failed', 'message' => 'car search failed:%s.', 'http_code' => 500, 'description' => '用车搜索服务失败'],
['code' => 'Car.Search.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '用车订单搜索服务错误'],
['code' => 'CarApply.Modify.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '审批市内用车审批单失败'],
['code' => 'CarApply.Query.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '查询市内用车审批单失败'],
['code' => 'CarApply.Syn.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '同步市内用车审批单失败'],
['code' => 'CarOrder.Param.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '用车参数异常'],
['code' => 'CarOrder.System.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '用车系统异常'],
['code' => 'ChannelCorp.Registering', 'message' => '%s.', 'http_code' => 500, 'description' => '企业正在注册中'],
['code' => 'Corp.Auth.Invalid', 'message' => '%s.', 'http_code' => 500, 'description' => '企业无权访问'],
['code' => 'Corp.Config.Query.Fail', 'message' => '%s.', 'http_code' => 200, 'description' => '查询企业预定配置失败'],
['code' => 'Corp.Info.Query.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '查询企业信息失败'],
['code' => 'Corp.Not.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '企业不存在'],
['code' => 'CORP.NOT.EXISTS', 'message' => '%s.', 'http_code' => 500, 'description' => '企业不存在'],
['code' => 'Corp.Query.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '查询目标企业信息失败。'],
['code' => 'Corp.Query.NoPermission', 'message' => '%s.', 'http_code' => 500, 'description' => '当前企业没有权限查询该企业信息,请输入可查询企业ID。'],
['code' => 'CorpRule.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '公司规则错误'],
['code' => 'CorpToken.Application.Missing', 'message' => '%s.', 'http_code' => 500, 'description' => '找不到对应的应用'],
['code' => 'CorpToken.Authority.NoLink', 'message' => '%s.', 'http_code' => 500, 'description' => '未被关联的企业'],
['code' => 'CorpToken.IP.NotInWhiteList', 'message' => '%s.', 'http_code' => 500, 'description' => 'ip不在白名单内'],
['code' => 'CorpToken.SubCorp.Link', 'message' => '%s.', 'http_code' => 500, 'description' => '主子企业错误'],
['code' => 'Create.Order.Display.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '创单展示异常'],
['code' => 'Create.Order.Duplicate.Out.Order', 'message' => '%s.', 'http_code' => 500, 'description' => '当前订单号已经使用过,请勿重复使用!'],
['code' => 'Create.Order.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '对不起,您的订单创建失败,请重新提交。'],
['code' => 'Create.Subcorp.User.Not.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '开放平台创建子企业时,签约用户不在主企业'."\n"],
['code' => 'Create.Tp.Order.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '中台订单创建失败'],
['code' => 'CreateNumber.Over', 'message' => '%s.', 'http_code' => 500, 'description' => '超过当天创建企业数量限制,请明天再试!'],
['code' => 'CustomRoleId.Exceed.Limit', 'message' => 's%.', 'http_code' => 500, 'description' => '企业下最多维护20个自定义角色'],
['code' => 'CustomRoleId.Exceed.Limit', 'message' => '%s.', 'http_code' => 500, 'description' => '企业下最多维护20个自定义角色'],
['code' => 'CustomRoleId.Exists', 'message' => 's%.', 'http_code' => 500, 'description' => '自定义角色ID已存在'],
['code' => 'CustomRoleId.Exists', 'message' => '%s.', 'http_code' => 500, 'description' => '自定义角色ID已存在'],
['code' => 'CustomRoleId.Not.Exists', 'message' => 's%.', 'http_code' => 500, 'description' => '自定义角色ID不存在'],
['code' => 'CustomRoleId.Not.Exists', 'message' => '%s.', 'http_code' => 500, 'description' => '自定义角色ID不存在'],
['code' => 'Depart.Corp.Param.Null', 'message' => '%s.', 'http_code' => 500, 'description' => '企业ID(corpId)不能为空'],
['code' => 'Depart.Param.List.Empty', 'message' => '%s.', 'http_code' => 500, 'description' => '部门参数(depart_list)不能为空'],
['code' => 'Dept.DeptAdd.Exist', 'message' => '%s.', 'http_code' => 400, 'description' => '添加的部门已存在'],
['code' => 'Dept.Has.Employee', 'message' => '%s.', 'http_code' => 400, 'description' => '部门下存在员工'],
['code' => 'Dept.Id.ParentIdEqual', 'message' => '%s.', 'http_code' => 400, 'description' => '部门ID和父部门ID相同'],
['code' => 'Dept.Loop.Dependency', 'message' => '%s.', 'http_code' => 500, 'description' => '部门循环依赖'],
['code' => 'Dept.Not.Exists', 'message' => '%s.', 'http_code' => 400, 'description' => '部门不存在'],
['code' => 'Detail.Exception', 'message' => '%s.', 'http_code' => 500, 'description' => '查询详情信息异常'],
['code' => 'Distribution.Param.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '参数错误'],
['code' => 'Distribution.Param.Null', 'message' => '%s.', 'http_code' => 200, 'description' => '缺少必填参数'],
['code' => 'Distribution.Price.Change', 'message' => '%s.', 'http_code' => 200, 'description' => '商品变价'],
['code' => 'DistributionPriceChange', 'message' => '%s.', 'http_code' => 200, 'description' => '商品变价'],
['code' => 'Employee.AccountEmailActivate.InValid', 'message' => '%s.', 'http_code' => 400, 'description' => '企业激活方式为手机号激活,不可传入账号邮箱'],
['code' => 'Employee.AccountPhoneActivate.InValid', 'message' => '%s.', 'http_code' => 400, 'description' => '企业激活方式为邮箱激活,不可传入账号手机号'],
['code' => 'Employee.Not.Exists', 'message' => '%s.', 'http_code' => 400, 'description' => '员工不存在'],
['code' => 'EMPLOYEE.NOT.EXISTS', 'message' => '%s.', 'http_code' => 500, 'description' => '员工不存在'],
['code' => 'ExternalNode.Invalid', 'message' => '%s.', 'http_code' => 500, 'description' => '外部审批节点不存在或者已完结'],
['code' => 'Flight.Search.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '机票查询失败'],
['code' => 'Group.Id.Not.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '参数集团id经判断不存在'],
['code' => 'Group.Master.Group.Not.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '参数集团主企业未签约'],
['code' => 'Hotel.Dymaic.Info.Date.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '入住时间不能超出离店时间'],
['code' => 'Hotel.Dymaic.Info.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '查询酒店动态详情异常'],
['code' => 'Hotel.Dymaic.Info.Isnull', 'message' => '%s.', 'http_code' => 200, 'description' => '查询酒店动态详情为空'],
['code' => 'Hotel.Param.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '参数错误'],
['code' => 'Hotel.Pre.Book.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '销售单创建失败'],
['code' => 'Hotel.Room.Id.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '查询酒店房型信息异常'],
['code' => 'Hotel.Room.id.Is.Not', 'message' => '%s.', 'http_code' => 200, 'description' => '酒店房型Id为空'],
['code' => 'Hotel.Search.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '搜索酒店订单信息失败'],
['code' => 'Hotel.Static.Info.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '查询酒店静态详情异常'],
['code' => 'Hotel.Static.Info.Isnull', 'message' => '%s.', 'http_code' => 200, 'description' => '查询酒店静态详情为空'],
['code' => 'Hotel.Suggest.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '关键词搜索异常'],
['code' => 'HotelOrder.Param.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '酒店订单参数错误'],
['code' => 'HotelOrder.System.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '酒店订单系统异常'],
['code' => 'Invalid.accountEmail', 'message' => '%s.', 'http_code' => 400, 'description' => '账号邮箱格式错误'],
['code' => 'Invalid.AccountPhone.Format', 'message' => '%s.', 'http_code' => 400, 'description' => '账号手机号格式有误'],
['code' => 'Invalid.Birthday', 'message' => '%s.', 'http_code' => 500, 'description' => '无效生日'],
['code' => 'Invalid.CertExpiredTime', 'message' => '%s.', 'http_code' => 500, 'description' => '无效的证件有效期'],
['code' => 'Invalid.CertNo', 'message' => '%s.', 'http_code' => 500, 'description' => '错误的证件号'],
['code' => 'Invalid.CertType.Enum', 'message' => '%s.', 'http_code' => 500, 'description' => '错误的证件类型'],
['code' => 'Invalid.CertType.Null', 'message' => '%s.', 'http_code' => 500, 'description' => '证件类型为空'],
['code' => 'Invalid.CertValidateDate.Format', 'message' => '%s.', 'http_code' => 500, 'description' => '错误的证件有效期格式'],
['code' => 'Invalid.Employee.BaseCityCodeList', 'message' => '%s.', 'http_code' => 400, 'description' => 'Base地参数不正确'],
['code' => 'Invalid.Employee.Birthday', 'message' => '%s.', 'http_code' => 400, 'description' => '生日参数不正确'],
['code' => 'Invalid.Employee.Email', 'message' => '%s.', 'http_code' => 400, 'description' => '邮箱参数不正确'],
['code' => 'Invalid.Employee.Gender', 'message' => '%s.', 'http_code' => 400, 'description' => '性别参数不正确'],
['code' => 'Invalid.Employee.Phone', 'message' => '%s.', 'http_code' => 400, 'description' => '手机号参数不正确'],
['code' => 'Invalid.Employee.RealNameEn', 'message' => '%s.', 'http_code' => 400, 'description' => '真实英文姓名参数不正确'],
['code' => 'Invalid.OutEmployeeId', 'message' => '%s.', 'http_code' => 400, 'description' => '员工ID不能为null或空字符串'],
['code' => 'Invalid.RealNameEn', 'message' => '%s.', 'http_code' => 500, 'description' => '无效的英文名'],
['code' => 'Invalid.Role.CodeNotExists', 'message' => '%s.', 'http_code' => 400, 'description' => '角色ID对应的角色不存在'],
['code' => 'Invalid.Role.Id', 'message' => '%s.', 'http_code' => 400, 'description' => '角色ID参数不正确'],
['code' => 'Invalid.Role.IdNotExists', 'message' => '%s.', 'http_code' => 400, 'description' => '角色ID对应的角色不存在'],
['code' => 'Invalid.Unsupported.CertType', 'message' => '%s.', 'http_code' => 500, 'description' => '不支持的证件类型'],
['code' => 'Invalid.UserType.Enum', 'message' => '%s.', 'http_code' => 500, 'description' => '错误的员工类型'],
['code' => 'Invalid.UserType.Null', 'message' => '%s.', 'http_code' => 500, 'description' => '员工类型为空'],
['code' => 'INVALID_VALUE', 'message' => '%s.', 'http_code' => 500, 'description' => '参数异常'],
['code' => 'Invoice.advance.error', 'message' => '%s.', 'http_code' => 200, 'description' => '发票预申请失败'],
['code' => 'InvoiceCenter.Param.Illegal', 'message' => '%s.', 'http_code' => 500, 'description' => '发票中心-参数校验异常'],
['code' => 'InvoiceCenter.Service.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '发票中心服务异常,请根据错误信息检查'],
['code' => 'IssuePlaceCode.Length.Invalid', 'message' => '%s.', 'http_code' => 500, 'description' => '无效的签发地code长度'],
['code' => 'IssuePlaceName.Length.Invalid', 'message' => '%s.', 'http_code' => 500, 'description' => '无效的签发地'],
['code' => 'Isv.Add.Apply.Exeception', 'message' => '%s.', 'http_code' => 500, 'description' => '添加申请单失败'],
['code' => 'Isv.Approve.Apply.Exception', 'message' => '%s.', 'http_code' => 500, 'description' => '更新审批单状态失败'],
['code' => 'Isv.Modify.Apply.Exeception', 'message' => '%s.', 'http_code' => 500, 'description' => '修改审批单行程信息失败'],
['code' => 'Isv.Open.Cost.Center.Service.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '成本中心服务异常'],
['code' => 'Isv.Open.Invoice.Service.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '发票服务异常'],
['code' => 'Isv.Open.Project.Service.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '项目服务异常'],
['code' => 'Isv.Search.Apply.Exception', 'message' => '%s.', 'http_code' => 500, 'description' => '搜索审批单信息失败'],
['code' => 'Isv.Search.Apply.Exeception', 'message' => '%s.', 'http_code' => 500, 'description' => '搜索审批单信息失败'],
['code' => 'Isv.Search.Apply.NotFound', 'message' => '%s.', 'http_code' => 500, 'description' => '找不到审批单'],
['code' => 'Isv.Sync.Exceed.Apply.Exception', 'message' => '%s.', 'http_code' => 500, 'description' => '同步超标审批单信息失败'],
['code' => 'Itinerary.NotExist', 'message' => '%s.', 'http_code' => 500, 'description' => '用户程不存在'],
['code' => 'MealApply.Amount.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐金额有误'],
['code' => 'MealApply.Cause.NotExists', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐事由为空'],
['code' => 'MealApply.CostCenter.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '成本中心有误'],
['code' => 'MealApply.CostCenter.IsNull', 'message' => '%s.', 'http_code' => 500, 'description' => '成本中心不能为空'],
['code' => 'MealApply.CostCenter.NoPermission', 'message' => '%s.', 'http_code' => 500, 'description' => '关联的成本中心无使用权限'],
['code' => 'MealApply.Id.NotExists', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐审批单三方id不能为空'],
['code' => 'MealApply.Invoice.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '发票抬头有误'],
['code' => 'MealApply.Invoice.IsNull', 'message' => '%s.', 'http_code' => 500, 'description' => '发票抬头不能为空'],
['code' => 'MealApply.Invoice.NoPermission', 'message' => '%s.', 'http_code' => 500, 'description' => '关联的发票抬头无使用权限'],
['code' => 'MealApply.Is.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐审批单已存在'],
['code' => 'MealApply.Is.Finished', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐审批单流程已结束'],
['code' => 'MealApply.Itinerary.CityError', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐行程城市错误'],
['code' => 'MealApply.Itinerary.CityExceedsLimit', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐行程城市数量超过限制'],
['code' => 'MealApply.Itinerary.CityNotExists', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐行程城市不能为空'],
['code' => 'MealApply.Itinerary.EndTimeIsNull', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐行程结束时间不能为空'],
['code' => 'MealApply.Itinerary.internationalCityNotSupport', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐城市暂不支持国际城市'],
['code' => 'MealApply.Itinerary.NotExists', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐行程不能为空'],
['code' => 'MealApply.Itinerary.StartTimeIsNull', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐行程开始时间不能为空'],
['code' => 'MealApply.Itinerary.TimeError', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐行程结束时间早于行程开始时间'],
['code' => 'MealApply.Not.Exists', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐审批单不存在'],
['code' => 'MealApply.Project.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '项目有误'],
['code' => 'MealApply.Project.NoPermiession', 'message' => '%s.', 'http_code' => 500, 'description' => '关联的项目无使用权限'],
['code' => 'Mealapply.Status.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐审批单状态不合法'],
['code' => 'MealApply.Status.Illegal', 'message' => '%s.', 'http_code' => 500, 'description' => '状态不合法'],
['code' => 'MealApply.Status.IsNull', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐审批单状态不能为空'],
['code' => 'MealApply.System.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '系统错误'],
['code' => 'MealApply.User.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '用餐申请人有误'],
['code' => 'Mileage.Status.Invalid', 'message' => 'Current mileage information status is incorrect and cannot be updated.', 'http_code' => 500, 'description' => '当前里程信息状态不正确,不能进行更新'],
['code' => 'Modify.Apply.Duplicate', 'message' => '%s.', 'http_code' => 500, 'description' => '改签单已经提交过,请勿重复提交'],
['code' => 'Modify.Apply.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '改签单查询失败'],
['code' => 'Modify.Apply.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '供应商改签申请失败'],
['code' => 'Modify.Cancel.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '供应商改签取消失败'],
['code' => 'Modify.Detail.Query.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '供应商改签单查询失败'],
['code' => 'Modify.Flight.Info.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '供应商改签询价失败'],
['code' => 'Modify.Information', 'message' => '%s.', 'http_code' => 500, 'description' => '供应商改签信息不全'],
['code' => 'Modify.Order.Cancel.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '您的改签单取消失败'],
['code' => 'Modify.Order.Detail.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '改签单查询失败'],
['code' => 'Modify.Order.Not.Exit', 'message' => '%s.', 'http_code' => 500, 'description' => '改签单不存在'],
['code' => 'Modify.Parameter.Initialization', 'message' => '%s.', 'http_code' => 500, 'description' => '改签取消初始化参数失败'],
['code' => 'Modify.Pay.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '供应商改签单查询失败'],
['code' => 'Modify.Pay.Not.Sub.Order', 'message' => '%s.', 'http_code' => 500, 'description' => '未找到对应的改签单'],
['code' => 'Modify.Pay.Order.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '未找到对应的改签单'],
['code' => 'NOADMINAUTHORITY', 'message' => 'no admin authority', 'http_code' => 200, 'description' => '无管理员权限'],
['code' => 'NodeId.Error', 'message' => '%s.', 'http_code' => 500, 'description' => 'nodeId不能为空'],
['code' => 'NOITINERARYEXIST', 'message' => 'itinerary not exist', 'http_code' => 200, 'description' => '行程单不存在'],
['code' => 'Not.Distributor', 'message' => '%s.', 'http_code' => 500, 'description' => '非渠道商企业'],
['code' => 'NO_PERMISSION_TO_OPERATE', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,您没有权限操作此订单'],
['code' => 'Open.City.Service.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '城市基本数据服务异常'],
['code' => 'Open.Group.Sync.Depart.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '给多个子企业同步部门,部分部门同步失败'],
['code' => 'Open.Group.Sync.User.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '给多个子企业同步人员,部分企业人员同步失败'],
['code' => 'Open.Sync.DepartId.Not.Found', 'message' => '%s.', 'http_code' => 500, 'description' => '开放平台人员同步时,部门不存在,请先同步部门信息!'],
['code' => 'Open.Sync.Departid.Patrially.Invalid', 'message' => '%s.', 'http_code' => 500, 'description' => '开放平台人员同步时,部分部门不存在,请确认以下部门是否存在!'],
['code' => 'Open.Sync.Old.User.Departid.Not.Found', 'message' => '%s.', 'http_code' => 500, 'description' => '开放平台人员同步时,再次入职的员工信息中以往的部门不存在,请确认并传入正确的三方部门进行同步操作!'],
['code' => 'Open.Sync.Position.Level.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '开放平台同步人员职位信息失败'],
['code' => 'Open.Sync.User.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '开放平台同步人员信息失败'],
['code' => 'Open.Sync.User.Manager.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '开放平台同步人员中更新该人员主管信息失败'],
['code' => 'Operate.Business.NoAuthority', 'message' => '%s.', 'http_code' => 500, 'description' => '用户没有操作企业的权限'],
['code' => 'Order.Duplicate.Create.Exception', 'message' => '%s.', 'http_code' => 500, 'description' => '订单重复创建异常'],
['code' => 'Order.Id.Generate.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '订单生成异常'],
['code' => 'Order.Not.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '订单不存在'],
['code' => 'Order.Not.Found', 'message' => '%s.', 'http_code' => 200, 'description' => '查询订单信息失败'],
['code' => 'Order.param.error.', 'message' => '%s.', 'http_code' => 500, 'description' => '参数错误'],
['code' => 'Order.Query.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '供应商订查询失败'],
['code' => 'Order.Service.Exception', 'message' => '%s.', 'http_code' => 500, 'description' => '获取订单信息服务异常'],
['code' => 'OrderDetail.Query.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '该订单不存在'],
['code' => 'OrderList.Query.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '查询订单列表无数据'],
['code' => 'ORDER_LIST_SIZE_ERROR', 'message' => '%s.', 'http_code' => 500, 'description' => '订单列表页面超出限制'],
['code' => 'Outsubcorp.Id.Is.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '开放平台创建子企业时,三方企业id已存在'."\n"],
['code' => 'Outsubcorp.Name.Is.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '开放平台创建子企业时,三方企业名称已存在'."\n"],
['code' => 'Param.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '传入参数有误'],
['code' => 'Param.Error.PageNumber', 'message' => '%s.', 'http_code' => 500, 'description' => '参数pageNumber有误'],
['code' => 'Param.Error.PageSize', 'message' => '%s.', 'http_code' => 500, 'description' => '参数pageSize有误'],
['code' => 'Param.Error.Status', 'message' => '%s.', 'http_code' => 500, 'description' => '参数status有误'],
['code' => 'Param.Error.ThirdPartyApplyId', 'message' => '%s.', 'http_code' => 500, 'description' => '参数thirdPartApplyId有误'],
['code' => 'Param.Error.UserId', 'message' => '%s.', 'http_code' => 500, 'description' => '参数userId有误'],
['code' => 'Param.Exception', 'message' => '%s.', 'http_code' => 500, 'description' => '参数异常'],
['code' => 'Param.Illegal.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '传入参数非法'],
['code' => 'PARAMERROR', 'message' => 'parameters error', 'http_code' => 200, 'description' => '参数错误'],
['code' => 'Parameter.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '相关参数不能为空'],
['code' => 'Parameter.Error', 'message' => 'Parameter exception.', 'http_code' => 400, 'description' => '参数异常'],
['code' => 'Parameter.illegal', 'message' => '%s.', 'http_code' => 500, 'description' => '查询参数不合法'],
['code' => 'Parent.Dept.NotExists', 'message' => '%s.', 'http_code' => 400, 'description' => '父部门不存在'],
['code' => 'PartialOutEmployeeIds.Not.Exists', 'message' => 's%.', 'http_code' => 500, 'description' => '部分员工ID不存在'],
['code' => 'PartialOutEmployeeIds.Not.Exists', 'message' => '%s.', 'http_code' => 500, 'description' => '部分员工ID不存在'],
['code' => 'Pay.Order.Cannot.Get.Order.Id', 'message' => '%s.', 'http_code' => 500, 'description' => '订单创建中,请稍后支付!'],
['code' => 'Pay.Order.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '支付失败,请重新支付'],
['code' => 'Pay.Order.Not.Allow.Paid', 'message' => '%s.', 'http_code' => 500, 'description' => '订单已超时关闭,无法支付,请重新下单'],
['code' => 'Pay.Order.Paid.Status', 'message' => '%s.', 'http_code' => 500, 'description' => '订单已支付,请勿重复支付!'],
['code' => 'Pay.Param.Error', 'message' => 'Param Error.', 'http_code' => 500, 'description' => '参数异常'],
['code' => 'Pay.System.Error', 'message' => 'System Error.', 'http_code' => 500, 'description' => '系统错误'],
['code' => 'PayAmount.Param.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '支付价格入参异常'],
['code' => 'Payment.Adjust.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '支付销售单失败'],
['code' => 'Payment.Purchase.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '支付采购失败'],
['code' => 'Payment.Sale.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '支付销售单失败'],
['code' => 'Payplatform.system.error', 'message' => '%s.', 'http_code' => 500, 'description' => '支付平台系统异常'],
['code' => 'Platform.Param.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '参数异常'],
['code' => 'Process.Over.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '流程已结束'],
['code' => 'Query.Item.Info.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '抱歉,当前无法下单,请稍后重试'],
['code' => 'Query.Order.Detail.Fail', 'message' => '%s.', 'http_code' => 200, 'description' => '抱歉,查询订单详情失败,请稍后重试'],
['code' => 'Refund.Apply.Duplicate', 'message' => '%s.', 'http_code' => 500, 'description' => '退票单已经提交过,请勿重复提交'],
['code' => 'Refund.Apply.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '退票单查询失败'],
['code' => 'Refund.Apply.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '供应商提交退票申请失败'],
['code' => 'Refund.Apply.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '170002'],
['code' => 'Refund.Detail.Query.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '供应商退票单查询失败'],
['code' => 'Refund.Pre.Cal.Fail', 'message' => '%s.', 'http_code' => 500, 'description' => '供应商退票费预计算失败'],
['code' => 'Refund.Pre.Cal.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '退票费预计算失败'],
['code' => 'Refund.Slip.Does.Not.Exist', 'message' => '%s.', 'http_code' => 500, 'description' => '退票单不存在'],
['code' => 'Reimbursement.Order.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '获取报销单详情异常'],
['code' => 'Reimbursement.Order.Not.Found', 'message' => '%s.', 'http_code' => 500, 'description' => '报销单不存在'],
['code' => 'Reimbursement.Param.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '报销服务-参数校验异常'],
['code' => 'Reimbursement.Sub.Corp.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '子企业参数有误'],
['code' => 'RESHOP_CANCEL_FAIL', 'message' => '%s.', 'http_code' => 500, 'description' => '改签单取消失败'],
['code' => 'Sale.Order.Create.Order', 'message' => '%s.', 'http_code' => 200, 'description' => '销售单创建失败'],
['code' => 'Search.Hotel.Hotel.Checkin.Isnull', 'message' => '%s.', 'http_code' => 200, 'description' => '查询酒店入住时间不能为空'],
['code' => 'Search.Hotel.Hotel.Checkout.Isnull', 'message' => '%s.', 'http_code' => 200, 'description' => '查询酒店离店时间不能为空'],
['code' => 'Search.Hotel.Hotel.City.Code.Isnull', 'message' => '%s.', 'http_code' => 200, 'description' => '查询酒店城市Id不能为空'],
['code' => 'Search.Hotel.List.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '搜索酒店列表异常'],
['code' => 'Sub.Depart.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '部门同步部分失败'],
['code' => 'Sub.User.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '同步用户部分失败'],
['code' => 'Syn.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '同步失败'],
['code' => 'Synchronous.Approval.Form.Error', 'message' => '%s.', 'http_code' => 200, 'description' => '获取企业酒店结算方式异常'],
['code' => 'System.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '系统错误'],
['code' => 'SYSTEMERROR', 'message' => 'system error', 'http_code' => 200, 'description' => '系统错误'],
['code' => 'SYSTEM_ERROR', 'message' => '%s.', 'http_code' => 500, 'description' => '系统异常'],
['code' => 'Task.NotMyself.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '不是自己的审批任务'],
['code' => 'Task.Over.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '任务不存在或已结束'],
['code' => 'TaskAction.From.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '任务执行来源错误'],
['code' => 'TaskAction.Result.Invalid', 'message' => '%s.', 'http_code' => 500, 'description' => '任务执行结果错误'],
['code' => 'The.Change.Inquiry.Cache.Is.Invalid', 'message' => '%s.', 'http_code' => 500, 'description' => '改签询价缓存失效,请重新搜索航班'],
['code' => 'Total.Price.Wrong', 'message' => '%s.', 'http_code' => 500, 'description' => '创单金额与验价金额不符!'],
['code' => 'TRAIN.AccountRemainFee.ERROR', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前企业账户余额不足'],
['code' => 'TRAIN.CancelOrder.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '订单取消失败,请稍后重试'],
['code' => 'TRAIN.CanNotRefund.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '当前订单不支持退票'],
['code' => 'TRAIN.CertCheck.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前证件类型不支持下单'],
['code' => 'Train.Change.Error.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前车票无法查询改签费用'],
['code' => 'Train.ChangeApply.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,改签申请失败请稍后重试'],
['code' => 'TRAIN.ChangeHandingFeeCheck.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前手续费发生变更,请重新申请'],
['code' => 'Train.ChangePay.Error.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,改签确认失败'],
['code' => 'TRAIN.ChangeStation.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '当前暂不支持改签时变更不同城市'],
['code' => 'TRAIN.CorpNotEnoughMoney.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '企业账户余额不足,请联系企业管理员尽快充值'],
['code' => 'Train.CreatePayOrder.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '创建本地支付订单失败'],
['code' => 'TRAIN.CreateRefund.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '创建退票单失败'],
['code' => 'TRAIN.CreateTpOrder.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '创建tp订单失败'],
['code' => 'TRAIN.CreatOrderInsufficientBalance.ERROR', 'message' => '%s.', 'http_code' => 500, 'description' => '企业账户余额不足'],
['code' => 'TRAIN.Freeze.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '冻结企业资金失败'],
['code' => 'TRAIN.GenerateOrder.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '订单id生成失败'],
['code' => 'TRAIN.HomePageCheck.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '系统错误'],
['code' => 'TRAIN.OfflineQueryOrder.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '查询订单信息失败'],
['code' => 'Train.Order.Error.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前创建订单失败'],
['code' => 'Train.OrderCancel.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '订单取消失败,请稍后重试'],
['code' => 'TRAIN.OrderCreate.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '抱歉,当前无法下单,请稍后重试'],
['code' => 'TRAIN.OrderDoing.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前订单处理中,请勿再次提交申请'],
['code' => 'TRAIN.OrderNotFound.ERROR', 'message' => '%s.', 'http_code' => 500, 'description' => '根据订单号未查到订单信息,请核对后重试'],
['code' => 'TRAIN.OrderPayCheck.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '订单支付金额错误,暂无法下单'],
['code' => 'Train.OrderQuery.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '订单查询失败'],
['code' => 'TRAIN.OriginalPassengerInfoQuery.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,未查询到原订单出行人信息'],
['code' => 'TRAIN.OriginalTicketNotFound.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '原票未找到'],
['code' => 'TRAIN.OriginalTrainInfoQuery.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,未查询到原车次信息'],
['code' => 'TRAIN.Param.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '参数错误,请稍后重试'],
['code' => 'TRAIN.ParamCheck.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '参数包装异常'],
['code' => 'Train.Pay.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '订单支付金额错误,暂无法下单'],
['code' => 'TRAIN.PayMent', 'message' => '%s.', 'http_code' => 500, 'description' => '支付销售单失败'],
['code' => 'TRAIN.PayMentOrderCreate.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '创建本地支付订单失败'],
['code' => 'Train.PayMentPurchase.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '支付采购失败'],
['code' => 'TRAIN.PaymentSale.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '支付销售单失败'],
['code' => 'TRAIN.PayOreder.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '获取支付信息失败'],
['code' => 'TRAIN.PurchaseChange.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '改签采购失败'],
['code' => 'TRAIN.QueryChangeFee.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前车票无法查询改签费用'],
['code' => 'TRAIN.QueryGoods.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '查询商品信息失败'],
['code' => 'TRAIN.QueryOrder.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '订单取消失败,请稍后重试'],
['code' => 'TRAIN.QueryParam.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '参数请求错误'],
['code' => 'TRAIN.QueryRefund.ERROR', 'message' => '%s.', 'http_code' => 500, 'description' => '查询退票单失败'],
['code' => 'Train.QueryRefundFee.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前车票无法查询退票费用'],
['code' => 'Train.Refund.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,退票申请失败请稍后重试'],
['code' => 'Train.RefundFee.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前车票无法查询退票费用'],
['code' => 'TRAIN.RefundOnlyTicket.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '暂只支持单张票退票'],
['code' => 'TRAIN.RefundParam.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '退票匹配失败 请检查退票信息参数'],
['code' => 'Train.Search.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '搜索失败'],
['code' => 'Train.Search.Failed', 'message' => '%s.', 'http_code' => 500, 'description' => '搜索火车票信息失败'],
['code' => 'TRAIN.SearchDetail.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '车次详情搜索为空'],
['code' => 'TRAIN.SearchFail.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '抱歉,未搜索到当前车次信息'],
['code' => 'Train.SearchList.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前搜索车次无结果'],
['code' => 'Train.SearchStop.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '车次经停站查询失败'],
['code' => 'TRAIN.SeatFail.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '坐席匹配失败'],
['code' => 'TRAIN.SettleType.ERROR', 'message' => 's%.', 'http_code' => 500, 'description' => '抱歉,当前支付方式不支持'],
['code' => 'TRAIN.StationQuery.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '歉,查询目标车次站点失败'],
['code' => 'TRAIN.SystemBusy.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '当前系统繁忙,请稍后重试'],
['code' => 'TRAIN.TicketFail.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '查询票信息失败'],
['code' => 'TRAIN.TicketNotChange.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前订单已退票成功,无法改签'."\0"],
['code' => 'TRAIN.TicketPrice.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,目标坐席票金额与下单票金额不一致'],
['code' => 'TRAIN.TicketStatusNotSupportChange.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前票状态不支持改签'],
['code' => 'TRAIN.TpCreate.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前创建订单失败'],
['code' => 'TRAIN.Unknow.ERROR.', 'message' => 's%.', 'http_code' => 500, 'description' => '未知错误'],
['code' => 'TRAIN.WoPuChange.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '卧铺只支持单张改签'],
['code' => 'TravelStandard.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '调用差旅标准关联接口失败'],
['code' => 'TravelStandard.Exception', 'message' => '%s.', 'http_code' => 500, 'description' => '调用差旅标准接口异常'],
['code' => 'TravelStandard.Invalid.RuleId', 'message' => '%s.', 'http_code' => 500, 'description' => '无效的差旅标准id'],
['code' => 'TravelStandard.Related.Empty', 'message' => '%s.', 'http_code' => 500, 'description' => '差旅标准实体列表为空'],
['code' => 'TravelStandard.Related.Limit', 'message' => '%s.', 'http_code' => 500, 'description' => '单次操作的差标关联实体数量超过限制'],
['code' => 'TripProcess.Invalid', 'message' => '%s.', 'http_code' => 500, 'description' => '审批流程不存在'],
['code' => 'TRROR.ConfigQuery.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '企业预定配置查询失败'],
['code' => 'TRROR.SearchNoSeat.ERROR.', 'message' => '%s.', 'http_code' => 500, 'description' => '抱歉,当前车次无目标坐席信息'],
['code' => 'Unbind.Fail.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '解除账号绑定失败'],
['code' => 'Update.Employee.JobNoExists', 'message' => '%s.', 'http_code' => 400, 'description' => '更新的员工工号已存在'],
['code' => 'Update.Employee.ManagerNotExists', 'message' => '%s.', 'http_code' => 400, 'description' => '更新员工的直属主管不存在'],
['code' => 'User.Empty.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '用户不存在'],
['code' => 'User.List.Limit.Out', 'message' => '%s.', 'http_code' => 200, 'description' => '同步用户超过限制,同步数量不得超过5000'],
['code' => 'User.List.Param.Null', 'message' => '%s.', 'http_code' => 500, 'description' => '用户列表(user_list)不能为空'],
['code' => 'User.Not.Bind.Error', 'message' => '%s.', 'http_code' => 500, 'description' => '用户未绑定账号'],
['code' => 'User.Param.Corp.Null', 'message' => '%s.', 'http_code' => 500, 'description' => '企业ID(corp_id)不能为空'],
['code' => 'SYSTEM.PARAM_ERROR', 'message' => '%s.', 'http_code' => 500, 'description' => '参数缺失或非法'],
],
'changeSet' => [
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'TravelStandardListQuery'],
],
'createdAt' => '2026-07-07T05:48:35.000Z',
'description' => '',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'CarApplyAdd'],
],
'createdAt' => '2026-07-06T06:15:26.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IFlightOrderDetailQuery'],
['description' => '响应参数发生变更', 'api' => 'IFlightOrderListQuery'],
],
'createdAt' => '2026-07-01T11:30:10.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TripBusinessInstanceQuery'],
],
'createdAt' => '2026-06-16T05:37:29.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'MonthBillGet'],
],
'createdAt' => '2026-06-10T05:37:42.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderCreate'],
],
'createdAt' => '2026-06-08T12:30:01.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2026-06-08T06:09:56.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ProjectAdd'],
['description' => '请求参数发生变更', 'api' => 'ProjectModify'],
],
'createdAt' => '2026-05-26T12:46:10.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
],
'createdAt' => '2026-05-25T01:48:26.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightListingSearchV2'],
['description' => '响应参数发生变更', 'api' => 'FlightOtaSearchV2'],
],
'createdAt' => '2026-04-30T10:40:25.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ChannelCorpCreate'],
],
'createdAt' => '2026-04-27T11:18:00.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelGoodsQuery'],
],
'createdAt' => '2026-04-20T08:21:44.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelOrderDetailInfo'],
],
'createdAt' => '2026-04-20T08:15:14.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelGoodsQuery'],
],
'createdAt' => '2026-04-20T05:41:35.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'MealOrderDetailQuery'],
],
'createdAt' => '2026-04-15T09:26:54.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelIndexInfo'],
],
'createdAt' => '2026-04-11T06:06:35.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelSearch'],
],
'createdAt' => '2026-03-30T16:34:16.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2026-03-27T02:28:00.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'QueryReimbursementOrder'],
],
'createdAt' => '2026-03-27T02:09:28.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'FuPointBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'IeCarBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'MealBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'TrainBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'VasBillSettlementQuery'],
],
'createdAt' => '2026-03-17T06:19:32.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'FlightOtaItemDetail'],
],
'createdAt' => '2026-02-05T09:49:08.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'FuPointBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'IeCarBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'MealBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'TrainBillSettlementQuery'],
['description' => '请求参数发生变更', 'api' => 'VasBillSettlementQuery'],
],
'createdAt' => '2026-01-14T09:50:10.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FlightItineraryScanQuery'],
],
'createdAt' => '2026-01-14T02:41:57.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainOrderQueryV2'],
],
'createdAt' => '2026-01-07T08:21:45.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'InvoiceAdd'],
['description' => '请求参数发生变更', 'api' => 'InvoiceModify'],
],
'createdAt' => '2025-12-31T03:07:16.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FlightItineraryScanQuery'],
],
'createdAt' => '2025-12-30T11:48:12.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'MealApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'MealApplyQuery'],
],
'createdAt' => '2025-12-26T11:48:20.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'QueryReimbursementOrder'],
],
'createdAt' => '2025-12-23T09:13:43.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'TrainTicketScanQuery'],
],
'createdAt' => '2025-12-11T10:46:22.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelGoodsQuery'],
['description' => '请求参数发生变更', 'api' => 'HotelOrderCreate'],
['description' => '请求参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2025-12-05T08:44:47.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelGoodsQuery'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2025-12-03T03:09:10.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'TrainTicketScanQuery'],
],
'createdAt' => '2025-11-27T02:32:11.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'FlightItineraryScanQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainTicketScanQuery'],
],
'createdAt' => '2025-11-26T08:20:52.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CommonApplyQuery'],
],
'createdAt' => '2025-11-21T11:23:02.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
],
'createdAt' => '2025-11-03T02:12:16.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightOrderListQuery'],
],
'createdAt' => '2025-10-28T11:31:43.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyInvoiceTask'],
['description' => '响应参数发生变更', 'api' => 'WaitApplyInvoiceTaskDetailQuery'],
],
'createdAt' => '2025-10-21T08:03:11.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyInvoiceTask'],
['description' => '响应参数发生变更', 'api' => 'WaitApplyInvoiceTaskDetailQuery'],
],
'createdAt' => '2025-09-27T09:43:00.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightItineraryScanQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainTicketScanQuery'],
],
'createdAt' => '2025-09-19T08:36:49.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TripBusinessInstanceQuery'],
],
'createdAt' => '2025-09-17T05:58:55.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'TrainTicketScanQuery'],
],
'createdAt' => '2025-09-15T06:40:22.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2025-09-10T09:29:49.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'FlightCreateOrderV2'],
],
'createdAt' => '2025-09-10T05:46:42.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2025-08-20T09:31:22.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更、请求参数发生变更', 'api' => 'AddEmployee'],
['description' => '错误码发生变更、请求参数发生变更', 'api' => 'UpdateEmployee'],
],
'createdAt' => '2025-07-30T03:09:37.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ExternalUserAdd'],
],
'createdAt' => '2025-07-24T07:53:05.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
],
'createdAt' => '2025-07-23T01:55:15.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IntlFlightListingSearch'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IntlFlightOrderDetail'],
['description' => '响应参数发生变更', 'api' => 'IntlFlightOtaSearch'],
['description' => '请求参数发生变更', 'api' => 'IntlFlightReShopConsult'],
],
'createdAt' => '2025-07-15T11:06:37.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainOrderQueryV2'],
],
'createdAt' => '2025-07-10T03:21:53.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IntlFlightReShopConsult'],
],
'createdAt' => '2025-06-25T08:03:34.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IntlFlightOrderCancel'],
['description' => '请求参数发生变更', 'api' => 'IntlFlightOrderPay'],
],
'createdAt' => '2025-06-23T03:38:34.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IntlFlightCreateOrder'],
['description' => '请求参数发生变更', 'api' => 'IntlFlightOrderCancel'],
],
'createdAt' => '2025-06-23T02:48:50.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IntlFlightCreateOrder'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IntlFlightInventoryPriceCheck'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IntlFlightListingSearch'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IntlFlightOrderCancel'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IntlFlightOrderDetail'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IntlFlightOrderPay'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IntlFlightOrderPayCheck'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IntlFlightOtaSearch'],
],
'createdAt' => '2025-06-19T11:36:27.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'ElectronicItineraryGetApplyResult'],
],
'createdAt' => '2025-06-18T03:53:42.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2025-06-04T08:03:23.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FuPointBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'MealBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2025-05-30T09:25:58.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
],
'createdAt' => '2025-05-27T09:19:47.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'FuPointBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'MealBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2025-05-27T08:40:32.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IntlFlightListingSearch'],
],
'createdAt' => '2025-05-16T03:01:48.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainTicketScanQuery'],
],
'createdAt' => '2025-05-08T11:13:07.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainTicketScanQuery'],
],
'createdAt' => '2025-05-08T09:53:36.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyInvoiceTask'],
['description' => '响应参数发生变更', 'api' => 'WaitApplyInvoiceTaskDetailQuery'],
],
'createdAt' => '2025-04-30T03:43:52.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2025-04-28T02:19:30.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelSearch'],
],
'createdAt' => '2025-04-27T07:48:23.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightModifyOrderDetailV2'],
],
'createdAt' => '2025-04-24T06:58:33.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'AddEmployee'],
['description' => '请求参数发生变更', 'api' => 'UpdateEmployee'],
],
'createdAt' => '2025-04-17T05:59:21.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightItineraryScanQuery'],
],
'createdAt' => '2025-04-17T05:52:47.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'MealBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2025-04-11T09:49:56.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
],
'createdAt' => '2025-03-31T03:22:37.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightItineraryScanQuery'],
],
'createdAt' => '2025-03-25T12:36:00.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2025-03-25T03:17:17.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
],
'createdAt' => '2025-03-05T08:22:56.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderDetailInfo'],
],
'createdAt' => '2025-02-19T06:25:49.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'QueryEmployeeDetail'],
],
'createdAt' => '2025-02-11T03:34:36.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightOrderQuery'],
],
'createdAt' => '2025-01-16T07:02:48.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'QueryCorpDetailInfo'],
],
'createdAt' => '2025-01-15T02:28:31.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2025-01-13T01:51:02.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CooperatorHotelEventPush'],
],
'createdAt' => '2025-01-10T09:56:32.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'MealOrderDetailQuery'],
],
'createdAt' => '2025-01-07T09:32:46.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'MealBillSettlementQuery'],
],
'createdAt' => '2025-01-07T03:42:28.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
],
'createdAt' => '2025-01-06T11:32:24.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'MonthBillGet'],
],
'createdAt' => '2025-01-06T01:47:59.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'OrderRefundDetailQuery'],
],
'createdAt' => '2025-01-03T09:51:09.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'MonthBillGet'],
],
'createdAt' => '2024-12-30T08:13:44.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'FuPointBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'MealBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2024-12-30T02:45:27.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'MealBillSettlementQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2024-12-27T02:35:29.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'MealBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2024-12-16T01:43:34.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2024-12-12T03:56:24.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelOrderCreate'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2024-12-11T09:55:16.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'UpdateDepartment'],
],
'createdAt' => '2024-12-05T09:50:45.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelOrderListQuery'],
],
'createdAt' => '2024-12-04T07:10:41.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2024-12-02T12:44:40.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'FlightOrderQuery'],
],
'createdAt' => '2024-11-29T06:49:15.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2024-11-29T02:13:57.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'AddEmployee'],
['description' => '请求参数发生变更', 'api' => 'UpdateEmployee'],
],
'createdAt' => '2024-11-28T10:54:04.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'QueryReimbursementOrder'],
],
'createdAt' => '2024-11-14T09:24:36.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2024-11-08T08:38:27.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'FlightItineraryScanQuery'],
],
'createdAt' => '2024-10-30T02:27:53.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderChangeDetail'],
],
'createdAt' => '2024-10-30T01:35:55.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightRefundDetailV2'],
],
'createdAt' => '2024-10-25T07:30:19.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'HotelOrderListQuery'],
],
'createdAt' => '2024-10-25T07:29:54.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2024-10-25T02:07:16.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainOrderQueryV2'],
],
'createdAt' => '2024-10-23T08:15:24.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelGoodsQuery'],
],
'createdAt' => '2024-10-15T08:41:14.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
],
'createdAt' => '2024-09-30T02:52:13.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyInvoiceTask'],
['description' => '响应参数发生变更', 'api' => 'WaitApplyInvoiceTaskDetailQuery'],
],
'createdAt' => '2024-09-26T11:42:35.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2024-09-24T14:37:10.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
],
'createdAt' => '2024-09-18T01:40:06.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightModifyOrderDetailV2'],
],
'createdAt' => '2024-09-06T08:53:29.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
],
'createdAt' => '2024-09-04T08:27:24.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightModifyOrderDetailV2'],
],
'createdAt' => '2024-09-03T02:34:53.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2024-08-21T05:43:59.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightItineraryScanQuery'],
],
'createdAt' => '2024-08-21T01:52:23.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightListingSearchV2'],
['description' => '响应参数发生变更', 'api' => 'FlightOtaSearchV2'],
],
'createdAt' => '2024-08-05T08:17:54.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
],
'createdAt' => '2024-08-01T08:15:25.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightModifyOrderDetailV2'],
],
'createdAt' => '2024-08-01T06:06:45.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2024-08-01T01:48:56.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyInvoiceTask'],
['description' => '响应参数发生变更', 'api' => 'WaitApplyInvoiceTaskDetailQuery'],
],
'createdAt' => '2024-07-31T09:11:10.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'MealOrderDetailQuery'],
],
'createdAt' => '2024-07-26T10:31:36.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
],
'createdAt' => '2024-07-26T01:55:03.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
],
'createdAt' => '2024-07-25T05:37:05.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarApplyQuery'],
],
'createdAt' => '2024-07-25T02:57:26.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ChannelCorpCreate'],
],
'createdAt' => '2024-07-18T08:34:11.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
],
'createdAt' => '2024-07-16T15:15:08.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyInvoiceTask'],
['description' => '响应参数发生变更', 'api' => 'WaitApplyInvoiceTaskDetailQuery'],
],
'createdAt' => '2024-07-08T07:53:01.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'FlightModifyOrderDetailV2'],
['description' => '请求参数发生变更', 'api' => 'FlightRefundDetailV2'],
],
'createdAt' => '2024-07-08T06:36:38.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'InsInvoiceScanQuery'],
],
'createdAt' => '2024-07-08T05:40:19.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'MealOrderDetailQuery'],
],
'createdAt' => '2024-07-08T01:52:02.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightModifyOtaSearchV2'],
],
'createdAt' => '2024-06-28T08:59:40.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightOrderListQuery'],
['description' => '响应参数发生变更', 'api' => 'FlightOrderQuery'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderListQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainOrderQueryV2'],
],
'createdAt' => '2024-06-28T07:45:31.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'VatInvoiceScanQuery'],
],
'createdAt' => '2024-06-28T07:14:18.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelOrderDetailInfo'],
],
'createdAt' => '2024-06-20T10:47:09.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarApplyQuery'],
],
'createdAt' => '2024-06-20T01:58:19.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightOrderQuery'],
],
'createdAt' => '2024-06-14T03:11:10.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CommonApplyQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FlightExceedApplyQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'HotelExceedApplyQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'TrainExceedApplyQuery'],
],
'createdAt' => '2024-06-11T08:13:37.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'VatInvoiceScanQuery'],
],
'createdAt' => '2024-05-23T09:19:19.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightExceedApplyQuery'],
],
'createdAt' => '2024-05-22T09:39:50.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IsvUserSave'],
],
'createdAt' => '2024-05-21T08:20:40.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
],
'createdAt' => '2024-05-21T03:16:48.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightOrderQuery'],
],
'createdAt' => '2024-05-21T03:15:08.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2024-05-15T07:55:39.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'TrainOrderCreate'],
],
'createdAt' => '2024-05-10T02:48:30.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'VatInvoiceScanQuery'],
],
'createdAt' => '2024-05-10T01:43:30.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelOrderDetailInfo'],
],
'createdAt' => '2024-05-09T07:26:57.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2024-05-07T11:19:40.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'QueryReimbursementOrder'],
],
'createdAt' => '2024-05-07T03:47:29.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2024-04-29T09:13:24.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FlightModifyListingSearchV2'],
],
'createdAt' => '2024-04-25T13:21:39.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
['description' => '请求参数发生变更', 'api' => 'CarApplyAdd'],
],
'createdAt' => '2024-04-19T01:43:22.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'InvoiceSearch'],
],
'createdAt' => '2024-04-17T11:47:10.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'GroupCorpToken'],
],
'createdAt' => '2024-04-15T07:37:20.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'TravelStandardListQuery'],
],
'createdAt' => '2024-04-11T01:49:18.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2024-04-10T02:38:08.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderPay'],
['description' => '响应参数发生变更', 'api' => 'HotelRoomInfo'],
['description' => '响应参数发生变更', 'api' => 'HotelStaticInfo'],
],
'createdAt' => '2024-04-02T09:57:15.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'MealBillSettlementQuery'],
],
'createdAt' => '2024-03-29T06:08:20.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyInvoiceTask'],
['description' => '响应参数发生变更', 'api' => 'WaitApplyInvoiceTaskDetailQuery'],
],
'createdAt' => '2024-03-20T08:59:59.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightListingSearchV2'],
['description' => '响应参数发生变更', 'api' => 'FlightOtaSearchV2'],
],
'createdAt' => '2024-03-18T03:09:32.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IntlFlightListingSearch'],
['description' => '响应参数发生变更', 'api' => 'IntlFlightOtaItemDetail'],
['description' => '响应参数发生变更', 'api' => 'IntlFlightOtaSearch'],
],
'createdAt' => '2024-03-01T03:56:03.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2024-02-26T06:52:47.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CooperatorFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'CooperatorHotelBillSettlementQuery'],
],
'createdAt' => '2024-02-20T12:29:46.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
],
'createdAt' => '2024-01-26T02:35:58.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightOrderQuery'],
],
'createdAt' => '2024-01-12T09:48:40.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightItineraryScanQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainTicketScanQuery'],
],
'createdAt' => '2024-01-04T10:13:22.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
],
'createdAt' => '2024-01-03T08:00:59.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainOrderQueryV2'],
],
'createdAt' => '2023-12-22T07:05:17.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeHotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2023-12-20T02:41:39.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainOrderQueryV2'],
],
'createdAt' => '2023-12-15T08:06:44.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IsvUserSave'],
],
'createdAt' => '2023-12-04T08:03:16.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
],
'createdAt' => '2023-11-30T12:04:45.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IntlFlightOtaItemDetail'],
],
'createdAt' => '2023-11-29T08:55:04.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'IntlFlightListingSearch'],
['description' => '响应参数发生变更', 'api' => 'IntlFlightOtaItemDetail'],
['description' => '响应参数发生变更', 'api' => 'IntlFlightOtaSearch'],
],
'createdAt' => '2023-11-29T08:06:43.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CarApplyAdd'],
],
'createdAt' => '2023-11-24T07:49:12.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyInvoiceTask'],
],
'createdAt' => '2023-11-23T07:44:12.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'InvoiceRuleSave'],
],
'createdAt' => '2023-11-20T10:59:01.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CostCenterModify'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CostCenterQuery'],
['description' => '请求参数发生变更', 'api' => 'CostCenterSave'],
],
'createdAt' => '2023-11-16T08:55:47.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyInvoiceTask'],
['description' => '响应参数发生变更', 'api' => 'WaitApplyInvoiceTaskDetailQuery'],
],
'createdAt' => '2023-11-14T08:05:10.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightOrderQuery'],
],
'createdAt' => '2023-11-13T03:10:33.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IsvUserSave'],
],
'createdAt' => '2023-11-09T12:58:25.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'MonthBillGet'],
],
'createdAt' => '2023-11-09T06:03:53.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderCancel'],
['description' => '请求参数发生变更', 'api' => 'HotelOrderDetailInfo'],
],
'createdAt' => '2023-11-08T06:56:49.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IsvRuleSave'],
],
'createdAt' => '2023-11-08T03:04:02.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'GroupUserSave'],
],
'createdAt' => '2023-11-07T13:38:51.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'MonthBillGet'],
],
'createdAt' => '2023-11-06T04:12:17.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
],
'createdAt' => '2023-10-31T07:10:38.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
['description' => '请求参数发生变更', 'api' => 'CarApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'CarApplyQuery'],
],
'createdAt' => '2023-10-26T06:41:28.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'GroupUserSave'],
],
'createdAt' => '2023-10-20T07:26:52.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2023-10-18T03:27:19.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2023-10-17T09:58:24.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'QueryReimbursementOrder'],
],
'createdAt' => '2023-10-13T07:03:19.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
],
'createdAt' => '2023-10-13T05:57:49.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'QueryReimbursementOrder'],
],
'createdAt' => '2023-10-13T03:17:50.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2023-10-13T02:12:01.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightModifyListingSearchV2'],
],
'createdAt' => '2023-09-26T12:15:21.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2023-09-26T03:21:36.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2023-09-22T07:35:32.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IsvUserSave'],
],
'createdAt' => '2023-09-20T05:53:04.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'FlightItineraryScanQuery'],
['description' => '请求参数发生变更', 'api' => 'TrainTicketScanQuery'],
],
'createdAt' => '2023-09-19T03:21:05.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelGoodsQuery'],
['description' => '响应参数发生变更', 'api' => 'HotelSearch'],
],
'createdAt' => '2023-09-18T03:41:46.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightExceedApplyQuery'],
],
'createdAt' => '2023-09-14T09:32:19.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '请求参数发生变更', 'api' => 'CarApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'CarApplyModify'],
['description' => '请求参数发生变更', 'api' => 'CarApplyQuery'],
['description' => '请求参数发生变更', 'api' => 'FlightOrderListQuery'],
['description' => '请求参数发生变更', 'api' => 'HotelOrderCreate'],
['description' => '请求参数发生变更', 'api' => 'HotelOrderListQuery'],
],
'createdAt' => '2023-09-11T03:30:25.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightOrderDetailV2'],
],
'createdAt' => '2023-09-08T07:38:50.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightExceedApplyQuery'],
],
'createdAt' => '2023-09-08T07:20:42.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightExceedApplyQuery'],
],
'createdAt' => '2023-09-08T07:08:29.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2023-09-04T03:52:09.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightModifyOrderDetailV2'],
],
'createdAt' => '2023-08-29T07:53:28.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
],
'createdAt' => '2023-08-29T02:47:33.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
],
'createdAt' => '2023-08-28T02:07:45.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'FlightCancelOrderV2'],
['description' => '请求参数发生变更', 'api' => 'FlightModifyCancelV2'],
],
'createdAt' => '2023-08-24T01:53:07.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
],
'createdAt' => '2023-08-18T07:56:28.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2023-08-18T06:00:41.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'QueryReimbursementOrder'],
],
'createdAt' => '2023-08-16T11:21:02.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IsvUserSave'],
],
'createdAt' => '2023-08-16T07:28:08.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelIndexInfo'],
],
'createdAt' => '2023-08-11T09:54:20.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2023-08-03T02:57:41.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
],
'createdAt' => '2023-08-01T02:59:02.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightOrderListQuery'],
['description' => '响应参数发生变更', 'api' => 'FlightOrderQuery'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderListQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainOrderQueryV2'],
],
'createdAt' => '2023-08-01T02:31:17.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
],
'createdAt' => '2023-08-01T02:27:21.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelGoodsQuery'],
],
'createdAt' => '2023-07-25T02:24:09.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'MonthBillGet'],
],
'createdAt' => '2023-07-18T09:26:17.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'HotelOrderCreate'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2023-07-13T03:58:34.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'QueryReimbursementOrder'],
],
'createdAt' => '2023-07-03T12:52:47.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelOrderCancel'],
],
'createdAt' => '2023-06-25T08:42:52.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'QueryReimbursementOrder'],
],
'createdAt' => '2023-06-16T06:35:38.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'InvoiceAdd'],
['description' => '请求参数发生变更', 'api' => 'InvoiceModify'],
],
'createdAt' => '2023-06-15T01:52:18.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'GroupUserSave'],
],
'createdAt' => '2023-06-14T02:38:37.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'GroupDepartSave'],
],
'createdAt' => '2023-06-12T09:10:59.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2023-06-08T11:16:06.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderCreate'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderDetailInfo'],
],
'createdAt' => '2023-06-05T07:42:24.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderCreate'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderDetailInfo'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2023-06-05T02:54:14.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderCreate'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderPreValidate'],
['description' => '响应参数发生变更', 'api' => 'HotelSearch'],
],
'createdAt' => '2023-06-01T04:00:48.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IsvRuleSave'],
],
'createdAt' => '2023-05-30T10:47:02.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderCreate'],
],
'createdAt' => '2023-05-24T06:42:44.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2023-05-16T06:38:48.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'GroupCorpToken'],
],
'createdAt' => '2023-05-12T04:03:15.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelSearch'],
],
'createdAt' => '2023-05-08T07:05:43.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'GroupUserSave'],
],
'createdAt' => '2023-05-08T02:09:51.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2023-05-05T06:06:40.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyApprove'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
],
'createdAt' => '2023-04-28T12:30:52.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyApprove'],
['description' => '请求参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '请求参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2023-04-28T08:24:53.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'HotelOrderPay'],
],
'createdAt' => '2023-04-27T02:22:30.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'InsInvoiceScanQuery'],
['description' => '响应参数发生变更', 'api' => 'VatInvoiceScanQuery'],
],
'createdAt' => '2023-04-26T06:52:43.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelOrderListQuery'],
],
'createdAt' => '2023-04-20T09:42:19.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'CarSceneQuery'],
],
'createdAt' => '2023-04-19T05:59:26.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'InsInvoiceScanQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainTicketScanQuery'],
],
'createdAt' => '2023-04-18T13:02:08.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'FlightCancelOrder'],
['description' => '错误码发生变更', 'api' => 'TicketChangingCancel'],
['description' => '错误码发生变更', 'api' => 'TicketChangingEnquiry'],
['description' => '错误码发生变更', 'api' => 'TicketChangingPay'],
],
'createdAt' => '2023-04-18T06:53:53.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'AccessToken'],
],
'createdAt' => '2023-04-18T03:12:36.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'CarApplyAdd'],
],
'createdAt' => '2023-04-17T12:03:50.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightItineraryScanQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainTicketScanQuery'],
['description' => '响应参数发生变更', 'api' => 'VatInvoiceScanQuery'],
],
'createdAt' => '2023-04-14T08:13:37.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'HotelOrderPay'],
],
'createdAt' => '2023-04-10T02:00:55.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'HotelGoodsQuery'],
['description' => '错误码发生变更', 'api' => 'HotelIndexInfo'],
['description' => '错误码发生变更', 'api' => 'HotelOrderCancel'],
['description' => '错误码发生变更', 'api' => 'HotelOrderCreate'],
['description' => '错误码发生变更、响应参数发生变更', 'api' => 'HotelOrderDetailInfo'],
['description' => '错误码发生变更', 'api' => 'HotelOrderPreValidate'],
['description' => '错误码发生变更', 'api' => 'HotelRoomInfo'],
['description' => '错误码发生变更', 'api' => 'HotelSearch'],
['description' => '错误码发生变更', 'api' => 'HotelStaticInfo'],
],
'createdAt' => '2023-04-07T07:59:41.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'HotelOrderCancel'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderCreate'],
['description' => '响应参数发生变更', 'api' => 'HotelOrderPreValidate'],
],
'createdAt' => '2023-04-06T06:45:16.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'SyncSingleUser'],
],
'createdAt' => '2023-03-28T01:38:49.000Z',
'description' => '',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'ProjectAdd'],
['description' => '错误码发生变更', 'api' => 'ProjectDelete'],
['description' => '错误码发生变更', 'api' => 'ProjectModify'],
],
'createdAt' => '2023-03-27T05:58:37.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'FlightCreateOrder'],
],
'createdAt' => '2023-03-24T08:22:11.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'AccessToken'],
['description' => '响应参数发生变更', 'api' => 'CorpToken'],
],
'createdAt' => '2023-03-24T08:21:57.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FlightOrderQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'TicketChangingEnquiry'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'TicketChangingFlightList'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'TicketChangingPay'],
['description' => '请求参数发生变更', 'api' => 'TrainExceedApplyQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'TrainOrderQueryV2'],
],
'createdAt' => '2023-03-24T08:21:08.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'AddressGet'],
['description' => '请求参数发生变更', 'api' => 'AirportSearch'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ApplyApprove'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ApplyInvoiceTask'],
['description' => '请求参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ApplyModify'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ApplyQuery'],
['description' => '请求参数发生变更', 'api' => 'CarApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'CarApplyModify'],
],
'createdAt' => '2023-03-24T08:21:07.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'AllBaseCityInfoQuery'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'BtripBillInfoAdjust'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FlightCancelOrder'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FlightOrderDetailInfo'],
['description' => '请求参数发生变更', 'api' => 'FlightOtaSearch'],
['description' => '请求参数发生变更', 'api' => 'FlightPayOrder'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FlightRefundApply'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FlightRefundDetail'],
['description' => '请求参数发生变更', 'api' => 'FlightRefundPreCal'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'FlightSearchList'],
],
'createdAt' => '2023-03-24T08:21:06.000Z',
'description' => '',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'FlightCreateOrder'],
['description' => 'OpenAPI 下线', 'api' => 'FlightOrderDetailInfo'],
['description' => 'OpenAPI 下线', 'api' => 'FlightPayOrder'],
['description' => 'OpenAPI 下线', 'api' => 'FlightRefundApply'],
['description' => 'OpenAPI 下线', 'api' => 'FlightRefundDetail'],
['description' => 'OpenAPI 下线', 'api' => 'FlightRefundPreCal'],
['description' => 'OpenAPI 下线', 'api' => 'TicketChangingApply'],
['description' => 'OpenAPI 下线', 'api' => 'TicketChangingDetail'],
],
'createdAt' => '2023-01-11T07:04:39.000Z',
'description' => '分销迁移',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'CorpAuthLinkInfoQuery'],
],
'createdAt' => '2022-12-22T06:57:02.000Z',
'description' => '添加corplink接口',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'UserQuery'],
],
'createdAt' => '2022-12-16T02:45:45.000Z',
'description' => '用户查询新增离职状态参数',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2022-12-15T09:32:56.000Z',
'description' => '出行人差标新增超级经济舱',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'EstimatedPriceQuery'],
],
'createdAt' => '2022-12-07T06:37:03.000Z',
'description' => '查询预估价字段映射修改',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'SyncSingleUser'],
],
'createdAt' => '2022-12-06T07:04:10.000Z',
'description' => '新增错误码',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainOrderQuery'],
],
'createdAt' => '2022-12-02T07:31:19.000Z',
'description' => '修改',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'SyncSingleUser'],
],
'createdAt' => '2022-12-01T12:32:34.000Z',
'description' => '新增接口',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'EstimatedPriceQuery'],
],
'createdAt' => '2022-12-01T08:16:56.000Z',
'description' => '查询预估价Date改成Long',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'AllBaseCityInfoQuery'],
],
'createdAt' => '2022-12-01T05:26:43.000Z',
'description' => 'x-acs-btrip-access-token 改成必填',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'AllBaseCityInfoQuery'],
],
'createdAt' => '2022-11-30T08:50:44.000Z',
'description' => '添加城市信息数据',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'EstimatedPriceQuery'],
],
'createdAt' => '2022-11-30T04:40:58.000Z',
'description' => '预估价pop平台接入',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'CarOrderQuery'],
['description' => 'OpenAPI 下线', 'api' => 'HotelOrderQuery'],
],
'createdAt' => '2022-11-24T03:51:48.000Z',
'description' => '上线用车和酒店订单查询接口',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'AddressGet'],
],
'createdAt' => '2022-11-04T07:21:15.000Z',
'description' => '修改错误码',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CorpToken'],
],
'createdAt' => '2022-11-03T07:52:35.000Z',
'description' => 'corptoken允许传sk',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'AddressGet'],
],
'createdAt' => '2022-10-20T12:53:42.000Z',
'description' => 'code类型修改',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'AirportSearch'],
['description' => '响应参数发生变更', 'api' => 'ApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'ApplyApprove'],
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '响应参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
['description' => '响应参数发生变更', 'api' => 'CarApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'CarApplyModify'],
['description' => '响应参数发生变更', 'api' => 'CarApplyQuery'],
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
],
'createdAt' => '2022-10-20T12:50:51.000Z',
'description' => '修改code类型',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CarBillSettlementQuery'],
],
'createdAt' => '2022-10-17T08:41:42.000Z',
'description' => '修改接口',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'UserQuery'],
],
'createdAt' => '2022-10-14T07:12:38.000Z',
'description' => 'userquery添加错误码',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'AccessToken'],
['description' => '错误码发生变更', 'api' => 'AirportSearch'],
['description' => '错误码发生变更', 'api' => 'ApplyApprove'],
['description' => '错误码发生变更', 'api' => 'CarOrderListQuery'],
['description' => '错误码发生变更', 'api' => 'CitySearch'],
['description' => '响应参数发生变更', 'api' => 'CorpToken'],
['description' => '错误码发生变更', 'api' => 'ProjectModify'],
['description' => '错误码发生变更', 'api' => 'TrainStationSearch'],
],
'createdAt' => '2022-10-14T06:50:18.000Z',
'description' => 'CorpToken和AccessToken新增module',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'CostCenterSave'],
],
'createdAt' => '2022-10-11T02:05:41.000Z',
'description' => '字段是否必填变更',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarApplyQuery'],
['description' => '响应参数发生变更', 'api' => 'ExceedApplySync'],
],
'createdAt' => '2022-10-10T09:00:29.000Z',
'description' => 'api变更',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'AddressGet'],
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
['description' => '响应参数发生变更', 'api' => 'CarApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'CarApplyModify'],
['description' => '响应参数发生变更', 'api' => 'CommonApplyQuery'],
['description' => '响应参数发生变更', 'api' => 'CommonApplySync'],
['description' => '响应参数发生变更', 'api' => 'CostCenterDelete'],
['description' => '响应参数发生变更', 'api' => 'CostCenterModify'],
['description' => '响应参数发生变更', 'api' => 'CostCenterQuery'],
],
'createdAt' => '2022-10-09T11:54:19.000Z',
'description' => '字段修改',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'IsvUserSave'],
],
'createdAt' => '2022-10-09T06:20:45.000Z',
'description' => '人员同步新增非必填直属主管字段',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'FlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'HotelBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'IeFlightBillSettlementQuery'],
['description' => '响应参数发生变更', 'api' => 'TrainBillSettlementQuery'],
],
'createdAt' => '2022-09-29T06:27:44.000Z',
'description' => 'aip返回值code名称修改',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
],
'createdAt' => '2022-09-29T06:13:48.000Z',
'description' => '返回code名称修改',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'EntityDelete'],
],
'createdAt' => '2022-09-28T06:30:54.000Z',
'description' => 'code和message',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2022-09-27T10:00:37.000Z',
'description' => 'code',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'AddressGet'],
['description' => '响应参数发生变更', 'api' => 'AirportSearch'],
['description' => '响应参数发生变更', 'api' => 'ApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'ApplyApprove'],
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '响应参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'CarApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'CarApplyModify'],
['description' => '响应参数发生变更', 'api' => 'CarApplyQuery'],
['description' => '响应参数发生变更', 'api' => 'CarBillSettlementQuery'],
],
'createdAt' => '2022-09-27T09:33:06.000Z',
'description' => '更新code和message',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'TrainOrderQuery'],
],
'createdAt' => '2022-09-19T06:44:14.000Z',
'description' => '火车票改签增加车次信息',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DepartmentSave'],
['description' => '响应参数发生变更', 'api' => 'DepartmentSave'],
],
'createdAt' => '2022-09-15T07:56:09.000Z',
'description' => '修改code和message',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CorpToken'],
['description' => '响应参数发生变更', 'api' => 'CorpToken'],
],
'createdAt' => '2022-09-15T03:10:02.000Z',
'description' => 'accestoken',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
],
'createdAt' => '2022-09-06T03:24:43.000Z',
'description' => '修改字段必填信息',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
],
'createdAt' => '2022-09-03T18:11:36.000Z',
'description' => '修改必填',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'CarApplyModify'],
['description' => '错误码发生变更', 'api' => 'CarApplyQuery'],
['description' => '错误码发生变更', 'api' => 'CarBillSettlementQuery'],
['description' => '错误码发生变更', 'api' => 'CarOrderListQuery'],
['description' => '错误码发生变更', 'api' => 'CommonApplyQuery'],
['description' => '错误码发生变更', 'api' => 'CommonApplySync'],
['description' => '错误码发生变更', 'api' => 'CostCenterDelete'],
['description' => '错误码发生变更', 'api' => 'CostCenterModify'],
['description' => '错误码发生变更', 'api' => 'CostCenterQuery'],
],
'createdAt' => '2022-09-03T04:12:18.000Z',
'description' => '修改错误码',
],
[
'apis' => [
['description' => '错误码发生变更、请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '错误码发生变更', 'api' => 'ApplyListQuery'],
['description' => '错误码发生变更、请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '错误码发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2022-09-02T03:24:19.000Z',
'description' => '错误码治理',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'AddressGet'],
['description' => '请求参数发生变更', 'api' => 'AirportSearch'],
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyApprove'],
['description' => '请求参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '请求参数发生变更', 'api' => 'ApplyQuery'],
['description' => '请求参数发生变更', 'api' => 'CarApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'CarApplyModify'],
['description' => '请求参数发生变更', 'api' => 'CarApplyQuery'],
],
'createdAt' => '2022-08-25T10:07:41.000Z',
'description' => '新增header参数',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'AirportSearch'],
],
'createdAt' => '2022-08-25T06:49:17.000Z',
'description' => '新增字段',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'AirportSearch'],
['description' => 'OpenAPI 下线', 'api' => 'ApplyApprove'],
['description' => 'OpenAPI 下线', 'api' => 'CitySearch'],
['description' => 'OpenAPI 下线', 'api' => 'TrainStationSearch'],
],
'createdAt' => '2022-08-25T06:04:41.000Z',
'description' => '新增查询citycode接口和同步审批单状态接口',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'IeFlightBillSettlementQuery'],
],
'createdAt' => '2022-08-23T12:23:24.000Z',
'description' => '修改错误码',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'IeFlightBillSettlementQuery'],
],
'createdAt' => '2022-08-23T08:06:47.000Z',
'description' => '增加国际机票结算记账接口',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2022-08-23T07:02:19.000Z',
'description' => '更新了接口参数',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
],
'createdAt' => '2022-08-22T02:15:55.000Z',
'description' => '发布',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2022-08-17T13:22:04.000Z',
'description' => '发布',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
['description' => '请求参数发生变更', 'api' => 'ApplyModify'],
['description' => '请求参数发生变更', 'api' => 'CarApplyModify'],
['description' => '响应参数发生变更', 'api' => 'CarOrderListQuery'],
['description' => '响应参数发生变更', 'api' => 'CostCenterDelete'],
['description' => '响应参数发生变更', 'api' => 'CostCenterModify'],
['description' => '响应参数发生变更', 'api' => 'CostCenterSave'],
['description' => '响应参数发生变更', 'api' => 'EntityAdd'],
],
'createdAt' => '2022-08-17T12:32:40.000Z',
'description' => '发布',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'CarOrderListQuery'],
],
'createdAt' => '2022-08-16T09:33:22.000Z',
'description' => '字端发布',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'ApplyListQuery'],
['description' => '响应参数发生变更', 'api' => 'ApplyQuery'],
],
'createdAt' => '2022-08-16T06:06:26.000Z',
'description' => '新增城市集管控相关字段',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ApplyAdd'],
],
'createdAt' => '2022-08-13T09:15:31.000Z',
'description' => ',,,',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CorpToken'],
['description' => '请求参数发生变更', 'api' => 'CostCenterDelete'],
['description' => '请求参数发生变更', 'api' => 'CostCenterModify'],
['description' => '请求参数发生变更', 'api' => 'CostCenterSave'],
['description' => '请求参数发生变更', 'api' => 'DepartmentSave'],
['description' => '请求参数发生变更', 'api' => 'EntityAdd'],
['description' => '请求参数发生变更', 'api' => 'EntityDelete'],
['description' => '请求参数发生变更', 'api' => 'EntitySet'],
['description' => '请求参数发生变更', 'api' => 'InvoiceAdd'],
['description' => '请求参数发生变更', 'api' => 'InvoiceDelete'],
],
'createdAt' => '2022-08-09T02:39:34.000Z',
'description' => '对api入参进行修改',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'InvoiceRuleSave'],
],
'createdAt' => '2022-07-28T09:25:50.000Z',
'description' => '出参修改',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'EntitySet'],
],
'createdAt' => '2022-07-27T07:56:15.000Z',
'description' => 'xxx',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'ApplyAdd'],
['description' => '错误码发生变更', 'api' => 'ApplyListQuery'],
['description' => '错误码发生变更', 'api' => 'ApplyModify'],
['description' => '错误码发生变更', 'api' => 'CarApplyAdd'],
['description' => '错误码发生变更', 'api' => 'CarApplyModify'],
['description' => '错误码发生变更', 'api' => 'CarApplyQuery'],
['description' => '错误码发生变更', 'api' => 'CommonApplyQuery'],
['description' => '错误码发生变更', 'api' => 'CommonApplySync'],
['description' => '错误码发生变更', 'api' => 'CostCenterDelete'],
['description' => '错误码发生变更', 'api' => 'CostCenterModify'],
],
'createdAt' => '2022-07-27T07:51:44.000Z',
'description' => '发布',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'ApplyAdd'],
['description' => 'OpenAPI 下线', 'api' => 'ApplyModify'],
['description' => 'OpenAPI 下线', 'api' => 'CarApplyAdd'],
['description' => 'OpenAPI 下线', 'api' => 'InvoiceDelete'],
['description' => 'OpenAPI 下线', 'api' => 'InvoiceRuleSave'],
],
'createdAt' => '2022-07-26T06:07:31.000Z',
'description' => '发布',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'ApplyListQuery'],
['description' => 'OpenAPI 下线', 'api' => 'ApplyQuery'],
['description' => 'OpenAPI 下线', 'api' => 'CarApplyModify'],
['description' => 'OpenAPI 下线', 'api' => 'CarApplyQuery'],
['description' => 'OpenAPI 下线', 'api' => 'CommonApplyQuery'],
['description' => 'OpenAPI 下线', 'api' => 'CommonApplySync'],
['description' => 'OpenAPI 下线', 'api' => 'ExceedApplySync'],
['description' => 'OpenAPI 下线', 'api' => 'FlightExceedApplyQuery'],
['description' => 'OpenAPI 下线', 'api' => 'HotelExceedApplyQuery'],
['description' => 'OpenAPI 下线', 'api' => 'ProjectDelete'],
],
'createdAt' => '2022-07-26T06:00:25.000Z',
'description' => '发布',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'EntityAdd'],
['description' => 'OpenAPI 下线', 'api' => 'EntityDelete'],
['description' => 'OpenAPI 下线', 'api' => 'EntitySet'],
['description' => 'OpenAPI 下线', 'api' => 'InvoiceAdd'],
['description' => 'OpenAPI 下线', 'api' => 'InvoiceModify'],
],
'createdAt' => '2022-07-26T03:51:53.000Z',
'description' => '发布',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'CostCenterDelete'],
['description' => 'OpenAPI 下线', 'api' => 'CostCenterModify'],
['description' => 'OpenAPI 下线', 'api' => 'CostCenterQuery'],
['description' => 'OpenAPI 下线', 'api' => 'CostCenterSave'],
],
'createdAt' => '2022-07-26T03:50:18.000Z',
'description' => '发布',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'InvoiceSearch'],
],
'createdAt' => '2022-07-26T03:44:15.000Z',
'description' => '发布',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'AddressGet'],
['description' => 'OpenAPI 下线', 'api' => 'CarBillSettlementQuery'],
['description' => 'OpenAPI 下线', 'api' => 'CarOrderListQuery'],
['description' => 'OpenAPI 下线', 'api' => 'FlightBillSettlementQuery'],
['description' => 'OpenAPI 下线', 'api' => 'FlightOrderListQuery'],
['description' => 'OpenAPI 下线', 'api' => 'FlightOrderQuery'],
['description' => 'OpenAPI 下线', 'api' => 'HotelBillSettlementQuery'],
['description' => 'OpenAPI 下线', 'api' => 'HotelOrderListQuery'],
['description' => 'OpenAPI 下线', 'api' => 'MonthBillGet'],
['description' => 'OpenAPI 下线', 'api' => 'ProjectAdd'],
],
'createdAt' => '2022-07-26T03:27:03.000Z',
'description' => '发布成功',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'CorpToken'],
],
'createdAt' => '2022-07-26T03:12:05.000Z',
'description' => 'cr',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'AccessToken'],
],
'createdAt' => '2022-07-18T03:24:34.000Z',
'description' => 'test',
],
],
];