Initial commit
This commit is contained in:
32
ruoyi-ui/restapi/user.http
Normal file
32
ruoyi-ui/restapi/user.http
Normal file
@@ -0,0 +1,32 @@
|
||||
POST http://localhost:8081/api/login HTTP/1.1
|
||||
Content-Type: application/json; charset=UTF-8
|
||||
|
||||
|
||||
{"username":"17688554522","password":"123456"}
|
||||
|
||||
|
||||
### 更新提货链接
|
||||
|
||||
POST http://localhost:8081/api/user/updateDeliveryAddress HTTP/1.1
|
||||
Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImMxOTQ2YzIyLTUzZGMtNDdkMS1hMGUzLTg5ZWY2NjgxYzY2YyJ9.06j6rdNdZ23Ws52Kf_7Uo5FWRKNxGCrJf-xPDi5PCi7N6YTAiD1O3hgBtQ1pTWYE_f5dupbjzs4s0-FN0RWPaw
|
||||
Content-Type: application/json; charset=UTF-8
|
||||
|
||||
{
|
||||
"transactionLink": "123"
|
||||
}
|
||||
|
||||
### 认证系统
|
||||
|
||||
POST http://localhost:8081/api/user/realNameAuthentication HTTP/1.1
|
||||
Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImQ5YTk0MzU0LWEyYzEtNDI5ZC04MTg1LTNiMDRmMzllMzAxMSJ9.uaFFxKiXNfM-bNeWAdSUNv85yfiNK8vAi8xeraTDULjxjUXCKimr7X_AprrKiFCaIt1FMsGbN_0AaOY9KBjajQ
|
||||
Content-Type: application/json; charset=UTF-8
|
||||
|
||||
{
|
||||
"realName": "123",
|
||||
"idNum": "411425199502074510"
|
||||
}
|
||||
|
||||
### 获取个人账户信息
|
||||
GET http://localhost:8081/api/getAccountAmount HTTP/1.1
|
||||
Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjZmMGU5ZTdjLTc4OTktNDAxNS1hYTJkLTU3N2ViOTY3MDQxOSJ9.a8w6jH-psbmJsxWr9S_lLX05C8Yz3K8D8Ajtkm7tItt8uWErE4kJMFSxs9QZpE4UgeXkwRo8lXlc8dSdxYuXPw
|
||||
Content-Type: application/json; charset=UTF-8
|
||||
Reference in New Issue
Block a user