소스 검색

1.测试webservice

WoNiu 4 년 전
부모
커밋
b50d0bf9a5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/galaxis/manatee/webservice/CountryEndpoint.java

+ 1 - 0
src/main/java/com/galaxis/manatee/webservice/CountryEndpoint.java

@@ -67,6 +67,7 @@ public class CountryEndpoint {
 	public InvokeResponse invoke(@RequestPayload Invoke request) throws JsonProcessingException {
 		//书写调用第三方接口方法
 		log.info("开始数据同步");
+		log.info(request.getMethodName());
 		var objectMapper=new ObjectMapper();
 		InvokeResponse invokeResponse=new InvokeResponse();
 		chuanyunHumanResourceScheduledTask.getPayrollManually();