debug
This commit is contained in:
parent
370c6c4297
commit
2dc0e11d32
|
|
@ -28,7 +28,7 @@ public class WechatController {
|
||||||
@GetMapping("/jsConfig")
|
@GetMapping("/jsConfig")
|
||||||
@ApiOperation("微信jsConfig")
|
@ApiOperation("微信jsConfig")
|
||||||
public AjaxResult<Object> jsConfig(@Validated @NotEmpty() @RequestParam("url") String url) throws Exception {
|
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);
|
RedisUtils.set("urlurlurlurl", url);
|
||||||
Map<String, Object> map = iWechatService.jsConfig(url);
|
Map<String, Object> map = iWechatService.jsConfig(url);
|
||||||
return AjaxResult.success(map);
|
return AjaxResult.success(map);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue