用户名注册
    url localhost:8080/users/registerByUserName
    http请求方式 post
    支持格式 json
    参数
    userName 必填
    password 必填
    返回值
    40005 用户名或密码格式错误
    40003 用户已存在
    200 请求成功
    500 服务器内部错误