1. 用户
唐笙云APP
  • 用户
    • 用户登录
      POST
    • 退出登录
      POST
    • 获取验证码
      GET
    • 商城登录
      POST
    • 重置密码
      PUT
    • 获取用户信息
      GET
  • 账户
    • 用户提现
      POST
    • 查询用户收益
      GET
    • 查询用户提现列表
      GET
    • 查询用户收益汇总列表
      GET
    • 查询用户当月收益列表
      GET
    • 查询用户当月设备收益列表
      GET
  • 首页
    • 首页信息
      GET
  • 设备
    • 扫码绑定设备
      POST
    • 查询设备详情
      GET
    • 查询设备带宽统计信息
      GET
    • 查询设备列表
      GET
    • 查询该设备每日收益列表
      GET
  • 数据模型
    • Schemas
      • SysUserBo
      • RVoid
      • UserWithdrawalBo
      • RUserInfoVo
      • SysRoleVo
      • SysUserVo
      • UserInfoVo
      • RMapStringObject
      • MainVo
      • NetDeviceErrorInfoVo
      • NetDeviceStatisticsVo
      • NetDeviceHardwareInfoVo
      • RMainVo
      • NetDeviceInfoVo
      • NetDeviceMonitorInfoVo
      • NetDeviceNetInfoVo
      • NetDeviceRevenueStatisticsVo
      • PartitionInfo
      • RNetDeviceInfoVo
      • UserDeviceVo
      • NetDeviceStatInfoVo
      • RListNetDeviceStatInfoVo
      • NetDeviceInfoBo
      • PageQuery
      • TableDataInfoNetDeviceInfoVo
      • UserProfitBo
      • DeviceBo
      • TableDataInfoUserProfitVo
      • UserProfitVo
      • PageQueryApiBo
      • TableDataInfoUserWithdrawalVo
      • UserWithdrawalVo
      • UserProfitSummaryBo
      • TableDataInfoUserProfitSummaryVo
      • UserProfitSummaryVo
      • RListUserProfitSummaryVo
      • RListUserProfitVo
      • RUserAmountVo
      • UserAmountVo
  1. 用户

重置密码

PUT
/app/v1/user/resetPwd
重置密码

请求参数

Header 参数

Body 参数application/json

示例
{
    "createDept": 0,
    "createBy": 0,
    "createTime": "2019-08-24T14:15:22.123Z",
    "updateBy": 0,
    "updateTime": "2019-08-24T14:15:22.123Z",
    "params": {
        "property1": {},
        "property2": {}
    },
    "userId": 0,
    "deptId": 0,
    "userName": "string",
    "nickName": "string",
    "avatar": 0,
    "userType": "string",
    "email": "string",
    "phonenumber": "string",
    "sex": "string",
    "password": "string",
    "status": "string",
    "remark": "string",
    "roleIds": [
        0
    ],
    "postIds": [
        0
    ],
    "roleId": 0,
    "excludeUserIds": "string",
    "superAdmin": true
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://app.tangshengyun.cn/app/v1/user/resetPwd' \
--header 'Authorization: Bearer ' \
--header 'clientId: 428a8310cd442757ae699df5d894f051' \
--header 'Content-Type: application/json' \
--data '{
    "createDept": 0,
    "createBy": 0,
    "createTime": "2019-08-24T14:15:22.123Z",
    "updateBy": 0,
    "updateTime": "2019-08-24T14:15:22.123Z",
    "params": {
        "property1": {},
        "property2": {}
    },
    "userId": 0,
    "deptId": 0,
    "userName": "string",
    "nickName": "string",
    "avatar": 0,
    "userType": "string",
    "email": "string",
    "phonenumber": "string",
    "sex": "string",
    "password": "string",
    "status": "string",
    "remark": "string",
    "roleIds": [
        0
    ],
    "postIds": [
        0
    ],
    "roleId": 0,
    "excludeUserIds": "string",
    "superAdmin": true
}'

返回响应

🟢200OK
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "msg": "string",
    "data": {}
}
修改于 2024-10-08 06:52:41
上一页
商城登录
下一页
获取用户信息
Built with