62 lines
1.4 KiB
HTTP
62 lines
1.4 KiB
HTTP
### 注册
|
|
POST http://localhost:10086/user/register
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"gender": "",
|
|
"account": {
|
|
"email": "",
|
|
"phone": "13115042213",
|
|
"username": "873143",
|
|
"secret": "123456"
|
|
},
|
|
"company": {
|
|
"name": "",
|
|
"intro": "",
|
|
"sex": "",
|
|
"radio": "",
|
|
"businessLicenseDate": [
|
|
"2025-09-13",
|
|
"2025-09-16"
|
|
],
|
|
"certificationDate": [
|
|
"2025-09-13",
|
|
"2025-09-19"
|
|
],
|
|
"bizObj": "QingYunGongSi",
|
|
"companyName": "清运公司1",
|
|
"uscc": "1",
|
|
"legalRepresentative": "张三",
|
|
"lat": 31.95266,
|
|
"lng": 118.84002,
|
|
"county": "江宁区",
|
|
"street": "东山街道",
|
|
"address": "江宁区上元大街369号",
|
|
"contacts": "张三",
|
|
"phone": "13115042213",
|
|
"scopeList": []
|
|
},
|
|
"bizObj": "QingYunGongSi",
|
|
"nickname": "873143"
|
|
}
|
|
|
|
### 登录
|
|
POST http://localhost:10086/auth/login_code
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"phone": "11111111111",
|
|
"code": "00000",
|
|
"codeId": "93386a6fdad0416ab52ec8dd013c3832"
|
|
}
|
|
|
|
### 获取验证码
|
|
GET http://localhost:10086/auth/obtain_code?phone=11111111111
|
|
|
|
### 获取用户信息
|
|
GET http://localhost:10086/auth/my
|
|
Authorization: MTk2NjQ1NzUwNDMwNTA2NTk4NSwxOTY2NDU3NTA0Mzc2MzY5MTUzLGQwZDgyOTJlYzJkYzRlMzNiMDAyNjcwZTBiZWI1OTlhLDE3NTc2NzQ5Nzg3MzgsMCxQSE9ORQ==
|
|
|
|
### 获取用户信息
|
|
GET http://localhost:10086/auth/obtain_code?phone=131415042121
|