Commit 64604af5 by 墨竹

fix:好办登陆调整

parent 2c6f6cf7
...@@ -210,7 +210,6 @@ public class WxEnterpriseInfoController extends WebBaseController { ...@@ -210,7 +210,6 @@ public class WxEnterpriseInfoController extends WebBaseController {
* @date 2021-12-10 18:34:12 * @date 2021-12-10 18:34:12
*/ */
@RequestMapping(value = "welldone-token-refresh", method = RequestMethod.GET) @RequestMapping(value = "welldone-token-refresh", method = RequestMethod.GET)
@IgnoreLogin
public HaobanResponse welldoneTokenRefresh() { public HaobanResponse welldoneTokenRefresh() {
String token = AuthRequestWellDoneUtil.refreshToken(); String token = AuthRequestWellDoneUtil.refreshToken();
if (StringUtils.isBlank(token)) { if (StringUtils.isBlank(token)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment