This commit is contained in:
damonyuan 2024-11-13 21:56:14 +08:00
parent 370c6c4297
commit 2dc0e11d32
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class WechatController {
@GetMapping("/jsConfig")
@ApiOperation("微信jsConfig")
public AjaxResult<Object> jsConfig(@Validated @NotEmpty() @RequestParam("url") String url) throws Exception {
url = url + "mobile/pages/login/login?scene=login&=";
url = url + "pages/login/login?scene=login&=";
RedisUtils.set("urlurlurlurl", url);
Map<String, Object> map = iWechatService.jsConfig(url);
return AjaxResult.success(map);