验证码改密1
开发中
POST
http://localhost:8888/resetpaswbyemail1
请求参数
Body 参数application/json
picid
string
必需
piccode
array[integer]
必需
idcode
string
必需
示例
{
"picid": "0cb3c7b9-5676-41b9-a7fb-49758606a84f",
"piccode": [
5,
0,
7,
1
],
"idcode": "ebbeb952-27d2-42cc-979c-bd99e517f0cd"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8888/resetpaswbyemail1' \
--header 'Content-Type: application/json' \
--data-raw '{
"picid": "0cb3c7b9-5676-41b9-a7fb-49758606a84f",
"piccode": [
5,0,7,1
],
"idcode": "ebbeb952-27d2-42cc-979c-bd99e517f0cd"
}'
返回响应
🟢200成功
application/json
Body
data
null
必需
code
integer
必需
msg
string
验证码发送成败信息
示例
{
"data": null,
"code": 200,
"msg": "ok"
}
修改于 2023-05-16 14:06:52