|
@@ -53,7 +53,7 @@ public class SelfCarInterServiceImpl implements SelfCarInterService {
|
|
|
result.setMsg("无法认证");
|
|
|
|
|
|
try {
|
|
|
- log.info("[-SelfCarInterServiceImpl.customerETCQuery-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data);
|
|
|
+ log.info("[-SelfCarInterServiceImpl.customerETCQuery-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
|
|
|
JSONObject jsonObject = JSONObject.parseObject(data);
|
|
|
String companyNum = jsonObject.getString("companyNum");//企业编号 必输
|
|
|
String cardId = jsonObject.getString("cardId");//卡号 非必输
|
|
@@ -125,7 +125,7 @@ public class SelfCarInterServiceImpl implements SelfCarInterService {
|
|
|
result.setMsg("无法认证");
|
|
|
|
|
|
try {
|
|
|
- log.info("[-SelfCarInterServiceImpl.customerQueryEtcInfo-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data);
|
|
|
+ log.info("[-SelfCarInterServiceImpl.customerQueryEtcInfo-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
|
|
|
JSONObject jsonObject = JSONObject.parseObject(data);
|
|
|
String companyNum = jsonObject.getString("companyNum");//企业编号 必输
|
|
|
JSONArray vehicleList = jsonObject.getJSONArray("vehicleList");//车牌的json字符串 必输
|
|
@@ -217,7 +217,7 @@ public class SelfCarInterServiceImpl implements SelfCarInterService {
|
|
|
result.setMsg("无法认证");
|
|
|
|
|
|
try {
|
|
|
- log.info("[-SelfCarInterServiceImpl.customerETCRec-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data);
|
|
|
+ log.info("[-SelfCarInterServiceImpl.customerETCRec-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
|
|
|
JSONObject jsonObject = JSONObject.parseObject(data);
|
|
|
String companyNum = jsonObject.getString("companyNum");//企业编号 必输
|
|
|
String mobile = jsonObject.getString("mobile");//企业预留手机号 必输
|
|
@@ -306,7 +306,7 @@ public class SelfCarInterServiceImpl implements SelfCarInterService {
|
|
|
result.setMsg("无法认证");
|
|
|
|
|
|
try {
|
|
|
- log.info("[-SelfCarInterServiceImpl.customerETCRecValid-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data);
|
|
|
+ log.info("[-SelfCarInterServiceImpl.customerETCRecValid-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
|
|
|
JSONObject jsonObject = JSONObject.parseObject(data);
|
|
|
String companyNum = jsonObject.getString("companyNum");//企业编号 必输
|
|
|
String mobile = jsonObject.getString("mobile");//企业预留手机号 必输
|
|
@@ -381,7 +381,7 @@ public class SelfCarInterServiceImpl implements SelfCarInterService {
|
|
|
result.setMsg("无法认证");
|
|
|
|
|
|
try {
|
|
|
- log.info("[-SelfCarInterServiceImpl.getTradeList-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data);
|
|
|
+ log.info("[-SelfCarInterServiceImpl.getTradeList-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
|
|
|
JSONObject jsonObject = JSONObject.parseObject(data);
|
|
|
String companyNum = jsonObject.getString("companyNum");//企业编号 必输
|
|
|
String cardId = jsonObject.getString("cardId");//卡号 必输
|
|
@@ -485,7 +485,7 @@ public class SelfCarInterServiceImpl implements SelfCarInterService {
|
|
|
result.setMsg("无法认证");
|
|
|
|
|
|
try {
|
|
|
- log.info("[-SelfCarInterServiceImpl.applInvoice-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data);
|
|
|
+ log.info("[-SelfCarInterServiceImpl.applInvoice-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
|
|
|
JSONObject jsonObject = JSONObject.parseObject(data);
|
|
|
String companyNum = jsonObject.getString("companyNum");//企业编号 必输
|
|
|
String cardId = jsonObject.getString("cardId");//卡号 必输
|
|
@@ -575,7 +575,7 @@ public class SelfCarInterServiceImpl implements SelfCarInterService {
|
|
|
result.setMsg("无法认证");
|
|
|
|
|
|
try {
|
|
|
- log.info("[-SelfCarInterServiceImpl.getSelfCarInvoicesByTime-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data);
|
|
|
+ log.info("[-SelfCarInterServiceImpl.getSelfCarInvoicesByTime-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
|
|
|
JSONObject jsonObject = JSONObject.parseObject(data);
|
|
|
String companyNum = jsonObject.getString("companyNum");//企业编号 必输
|
|
|
String cardId = jsonObject.getString("cardId");//卡号 必输
|
|
@@ -652,7 +652,7 @@ public class SelfCarInterServiceImpl implements SelfCarInterService {
|
|
|
result.setMsg("无法认证");
|
|
|
|
|
|
try {
|
|
|
- log.info("[-SelfCarInterServiceImpl.getSelfCarInvoicePackage-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data);
|
|
|
+ log.info("[-SelfCarInterServiceImpl.getSelfCarInvoicePackage-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
|
|
|
JSONObject jsonObject = JSONObject.parseObject(data);
|
|
|
String companyNum = jsonObject.getString("companyNum");//企业编号 必输
|
|
|
String makeMonth = jsonObject.getString("makeMonth");//发票开具月份 必输
|
|
@@ -723,7 +723,7 @@ public class SelfCarInterServiceImpl implements SelfCarInterService {
|
|
|
result.setMsg("无法认证");
|
|
|
|
|
|
try {
|
|
|
- log.info("[-SelfCarInterServiceImpl.customerCarUnRec-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data);
|
|
|
+ log.info("[-SelfCarInterServiceImpl.customerCarUnRec-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
|
|
|
JSONObject jsonObject = JSONObject.parseObject(data);
|
|
|
String companyNum = jsonObject.getString("companyNum");//企业编号 必输
|
|
|
String cardId = jsonObject.getString("cardId");//Etc卡号 必输
|