暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/retrieve_password' \
--form 'appid="10000"' \
--form 'username="moran_phone"' \
--form 'password="123456789"' \
--form 'captcha="737434"' \
--form 'type="2"'
{
"code": 1,
"msg": "修改成功",
"data": [],
"timestamp": 1685246082
}