微信接口开发

This commit is contained in:
huangdeliang
2021-05-13 20:20:06 +08:00
parent 735296b0f9
commit 037480cc32
3 changed files with 5 additions and 5 deletions

View File

@ -534,7 +534,7 @@ public class WechatAppletController extends BaseController {
}
@GetMapping("/getToken")
public String getToken(@RequestParam String appId) {
public String getToken(@RequestParam String appId) throws Exception {
return iWechatAppletService.getAccessToken(appId);
}