- Open API 主要功能
- Open API集成常用场景
- 数据字典
- 接入须知
- 用户信息管理
- 教材包管理
- 实时课堂管理
- 班级管理
- 学情数据
- 商城管理
- 作业管理
- 测验管理
修改密码
正式环境
正式环境
POST
https://www.plaso.cn/dataentry/user/password
最后修改时间:2024-07-26 03:55:33
请求参数
Body 参数application/json
userId
string
伯索侧分配的用户ID
password
string
用户密码
示例
{
"userId": "1721965993135_0.7941583990219534",
"password": "bLEvHu3f&*@1!@@?8%@"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.plaso.cn/dataentry/user/password' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "1721965993135_0.7941583990219534",
"password": "bLEvHu3f&*@1!@@?8%@"
}'
返回响应
🟢200请求成功
application/json
Body
msg
string
必需
param
string
可选
code
integer
必需
obj
object
必需
reqId
string
必需
reqTime
integer
必需
execTime
integer
必需
示例
{
"msg": "remote call success",
"code": 0,
"reqId": "1699512892839_0.29679590178723614",
"reqTime": 1699512892839,
"execTime": 13
}

修改于 2024-07-26 03:55:33