Commit 4aec9436 authored by huyuchen's avatar huyuchen

工行对接修改

parent 813cd3e4
...@@ -64,19 +64,6 @@ public class IcbcTransactionFlowIssueController { ...@@ -64,19 +64,6 @@ public class IcbcTransactionFlowIssueController {
return icbcTransactionFlowIssueService.businessOpen(); return icbcTransactionFlowIssueService.businessOpen();
} }
/**
* 行名行号查询接口
*
* @param
* @param
* @return
*/
@Operation(summary = "行名行号查询接口", description = "行名行号查询接口")
@PostMapping("/querybankinfo")
public R querybankinfo() {
return icbcTransactionFlowIssueService.querybankinfo();
}
/** /**
* 代发工资发放成功异步通知功能 * 代发工资发放成功异步通知功能
* *
......
...@@ -20,8 +20,6 @@ public interface IcbcTransactionFlowIssueService extends IService<EkpSocialInfo> ...@@ -20,8 +20,6 @@ public interface IcbcTransactionFlowIssueService extends IService<EkpSocialInfo>
R businessOpen(); R businessOpen();
R querybankinfo();
R asyncNotice(HttpServletRequest request) throws Exception; R asyncNotice(HttpServletRequest request) throws Exception;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment