本文档由空谷团队支持维护~
如遇使用问题请前往官网联系我们
curl --location --request POST 'http://server.kgu.cn:61054/api/app/member/password' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgPwd": "string",
"newPwd": "string"
}'{
"result": "",
"code": 0,
"message": "",
"data": ""
}