|
@@ -62,7 +62,7 @@ public interface WycChannelService {
|
|
|
* @return
|
|
|
*/
|
|
|
ChannelTypeHandleResponseObject vehicleInfoQuery(
|
|
|
- HttpServletRequest request, String channelId, Integer outTime, String customBody);
|
|
|
+ HttpServletRequest request, String channelId, Integer outTime, String customBody);
|
|
|
|
|
|
/**
|
|
|
* 网约车信息查询-拼接三传木解密-身份证号姓名解密
|
|
@@ -73,5 +73,5 @@ public interface WycChannelService {
|
|
|
* @return
|
|
|
*/
|
|
|
ChannelTypeHandleResponseObject WycInfoDecodeRequestV2(
|
|
|
- HttpServletRequest request, String channelId, Integer outTime, String customBody, String encryptType);
|
|
|
+ HttpServletRequest request, String channelId, Integer outTime, String customBody, String encryptType);
|
|
|
}
|