Commit 0d436de2 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-商险续签待办3

parent a1925f99
......@@ -64,14 +64,14 @@ public class TSocialFriendController {
}
@Operation(description = "测试税友接口报错(模拟获取结果)")
@PostMapping("/testToSocialFriendGet")
@GetMapping("/testToSocialFriendGet")
@SysLog("测试税友接口报错(模拟获取结果)")
public String testToSocialFriendGet() {
return tSocialFriendService.testToSocialFriendGet();
}
@Operation(description = "测试线上税友接口返回值,慎用")
@PostMapping("/testToSocialFriendOnline")
@GetMapping("/testToSocialFriendOnline")
@SysLog("测试线上税友接口返回值,慎用")
public String testToSocialFriendOnline(@RequestParam String requestId, @RequestParam(required = false) String type) {
return tSocialFriendService.testToSocialFriendOnline(requestId, type);
......
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