token: ********************
{
"invite_code": "aabbccdd", // 邀请码
"name": "供应商注册",
"account": "cxx",
"mobile": "17602249206",
"password": "e10adc3949ba59abbe56e057f20f883e", // 密码
}
curl --location --request POST 'http://cmi-api.gleg.site/api/users/supplierRegister' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"invite_code": "aabbccdd", // 邀请码
"name": "供应商注册",
"account": "cxx",
"mobile": "17602249206",
"password": "e10adc3949ba59abbe56e057f20f883e", // 密码
}'
{}