|
@ -243,7 +243,7 @@ public class ZysoftBaseService {
|
|
|
|
|
|
//保存http日志
|
|
|
// logService.saveHttpLog(isSuccess,api,content,method,msgHeader,msgBody,re,error);
|
|
|
logService.saveZyPushLog(api,content,null,"POST",msgHeader+","+msgBody,re,"0","2");
|
|
|
logService.saveZyPushLog(api,content,error,"POST",msgHeader+","+msgBody,re,"0","2");
|
|
|
|
|
|
if(ex instanceof ApiException)
|
|
|
{
|