|
|
@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|
|
@FeignClient(name = "wechat-server")
|
|
|
public interface WxPushApi {
|
|
|
|
|
|
- @GetMapping("/wxPush")
|
|
|
+ @GetMapping("/wxpush")
|
|
|
public String wxPush(@RequestParam("appId") String appId, @RequestParam("secret") String secret, @RequestParam(
|
|
|
"openid") String openid, @RequestParam("templateId") String templateId,
|
|
|
@RequestParam("title") String title, @RequestParam("keyword1") String keyword1,
|