记得上下班打卡 | git大法好,push需谨慎

Commit 5381b020 authored by jiangxiulong's avatar jiangxiulong

人体检测-task

parent 87bb2d3f
...@@ -19,7 +19,7 @@ public interface FeignPlatformApiClient { ...@@ -19,7 +19,7 @@ public interface FeignPlatformApiClient {
@GetMapping("refund/overtimeRefund") @GetMapping("refund/overtimeRefund")
ResponseDto<String> overtimeRefund(); ResponseDto<String> overtimeRefund();
@GetMapping("detectPedestrian") @GetMapping("camera/detectPedestrian")
ResponseDto<String> detectPedestrian(); ResponseDto<String> detectPedestrian();
} }
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