public interface CtripApi
限定符和类型 | 方法和说明 |
---|---|
Boolean |
getXCPersonelAddress()
携程人事接口地址数据
正常:
1、正常的获取人事接口地址数据 异常: 1、携程服务异常的时候,获取人事接口地址数据为空,抛出异常或返回false |
Boolean |
getXCServiceConnect()
携程服务连通性检测
正常:
1、检测连通性,携程服务正常的时候返回true 异常: 1、检测连通性,携程服务异常的时候返回false |
void |
importUnflowFormByCtripOrder(String loginName,
String templateCode,
String[] condition,
List<Map<String,Object>> orderList)
取携程订单apps-soap解耦
导入到V5底表
正常:
1、传入正常的参数,能成功导入 异常: 1、传入错误的参数,抛出异常 |
Boolean getXCServiceConnect() throws com.seeyon.ctp.common.exceptions.BusinessException
Exception
com.seeyon.ctp.common.exceptions.BusinessException
Boolean getXCPersonelAddress() throws com.seeyon.ctp.common.exceptions.BusinessException
正常:
1、正常的获取人事接口地址数据
异常:
1、携程服务异常的时候,获取人事接口地址数据为空,抛出异常或返回false
com.seeyon.ctp.common.exceptions.BusinessException
void importUnflowFormByCtripOrder(String loginName, String templateCode, String[] condition, List<Map<String,Object>> orderList) throws com.seeyon.ctp.common.exceptions.BusinessException
loginName
- 登录人登录名称templateCode
- 模板编号condition
- 查询条件orderList
- 从携程接口获取的订单信息orderListcom.seeyon.ctp.common.exceptions.BusinessException
Copyright © 2016–2018. All rights reserved.