Commit bfdf6c62 authored by zhangc's avatar zhangc

Merge branch 'dm_dev' of http://gitlab.ioubuy.cn/yaobenzhang/dm_project into dm_dev

parents 7d0abfd9 65b62d4d
...@@ -81,7 +81,7 @@ public class ApiInterfaceController { ...@@ -81,7 +81,7 @@ public class ApiInterfaceController {
* @Date: 2020-12-24 * @Date: 2020-12-24
*/ */
@ApiOperation("API调用测试接口") @ApiOperation("API调用测试接口")
@PostMapping(value = "/apiTestApiInterface") @GetMapping(value = "/apiTestApiInterface")
public Mono<Result> apiTestApiInterface(@RequestParam (name="apiKey")String apiKey) { public Mono<Result> apiTestApiInterface(@RequestParam (name="apiKey")String apiKey) {
return Mono.fromSupplier(() -> apiInterfaceService.apiTestInterface(apiKey)); return Mono.fromSupplier(() -> apiInterfaceService.apiTestInterface(apiKey));
} }
......
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