POST /api/lpm_user
POST 正文
要添加的用户电子邮件地址
curl "http://127.0.0.1:22999/api/lpm_user" -H "Content-Type: application/json" -d '{"email":"[email protected]"}'
POST /api/lpm_user
POST 正文curl "http://127.0.0.1:22999/api/lpm_user" -H "Content-Type: application/json" -d '{"email":"[email protected]"}'
此页面对您有帮助吗?