跳转微信小程序接口

This commit is contained in:
18792927508
2023-10-13 15:13:32 +08:00
parent c21e092c89
commit b7b46f1350
2 changed files with 3 additions and 3 deletions
@@ -237,7 +237,7 @@ public class CaseApplicationController extends BaseController {
* 获取UrlScheme
*/
@Anonymous
@PostMapping("/getUrlScheme")
@GetMapping("/getUrlScheme")
public AjaxResult getUrlScheme() {
String schemeUrl = WxAppletNotifyUtils.jumpAppletSchemeUrl();
return success(schemeUrl);