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

Commit 1450d586 authored by jiangxiulong's avatar jiangxiulong

type

parent 50901977
...@@ -18,6 +18,6 @@ public interface FeignSweetWechatClient { ...@@ -18,6 +18,6 @@ public interface FeignSweetWechatClient {
ResponseDto send(); ResponseDto send();
@GetMapping("sweet/appletSubMsg/send") @GetMapping("sweet/appletSubMsg/send")
ResponseDto sendSubMsg(@RequestParam("type") Integer type, @RequestParam("type") String targetId); ResponseDto sendSubMsg(@RequestParam("type") Integer type, @RequestParam("targetId") String targetId);
} }
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