mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-25 14:37:40 +08:00
修复公众号菜单保存失败bug
This commit is contained in:
@@ -71,9 +71,9 @@ public class LoginController {
|
||||
|
||||
@GetMapping("/oaLogin")
|
||||
public Object oaLogin(@RequestParam Map<String, String> params) {
|
||||
log.error("微信公众号 ===================");
|
||||
log.error(JSON.toJSONString(params));
|
||||
// iLoginService.officeLogin(params);
|
||||
// log.error("微信公众号 ===================");
|
||||
// log.error(JSON.toJSONString(params));
|
||||
iLoginService.officeLogin(params);
|
||||
return AjaxResult.success();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user