Commit 2648caef authored by 赵啸非's avatar 赵啸非

修改工作人员用户名登录

parent 046ba2c5
......@@ -78,6 +78,7 @@ public class WorkmanController extends BaseCRUDJsonBodyMappingController<Workman
}
@RequestMapping(value = "change/password", method = RequestMethod.POST)
@UnAuth
public String changePassword(@RequestBody WorkmanEntity query) {
JSONObject ret = new JSONObject();
try {
......
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