|
@@ -11,7 +11,7 @@ public class WeixinController {
|
|
|
|
|
|
private static final String TOKEN = "ryks2023weixin"; // 替换为您在微信公众平台设置的Token
|
|
|
|
|
|
- @GetMapping()
|
|
|
+ @GetMapping("/weixin")
|
|
|
public String validateWeixinToken(
|
|
|
@RequestParam("signature") String signature,
|
|
|
@RequestParam("timestamp") String timestamp,
|