|
@@ -27,4 +27,10 @@ public interface IWxSendService {
|
|
|
String getAccessToken(@RequestParam("grant_type") String grant_type,
|
|
|
@RequestParam("appid") String appid,
|
|
|
@RequestParam("secret") String secret);
|
|
|
+
|
|
|
+ @GetMapping(value = "/user/get")
|
|
|
+ String getUser(@RequestParam("grant_type") String grant_type,
|
|
|
+ @RequestParam("appid") String appid,
|
|
|
+ @RequestParam("secret") String secret);
|
|
|
+
|
|
|
}
|