!247 微信接口开发

Merge pull request !247 from 德仔/develop
This commit is contained in:
德仔
2021-05-14 21:02:54 +08:00
committed by Gitee
3 changed files with 9 additions and 10 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);
}