| | |
| | | public static String privilegeGroup(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.privilegeGroup,body); |
| | | } |
| | | public static String privilegIccmeGroup(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.privilegIccmeGroup,body); |
| | | } |
| | | /** |
| | | * 事件订阅 |
| | | * @param body |
| | |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.tempCarInRecords,body); |
| | | } |
| | | |
| | | /** |
| | | * 根据用户标识获取客户端TGC接口 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String applyCTGT(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.applyCTGT,body); |
| | | } |
| | | /** |
| | | * 根据登录标识TGC申请登录凭证ST接口 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String applyST(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.applyST,body); |
| | | } |
| | | |
| | | } |