1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| @WIDESEA_ProductMgmtServer_HostAddress = http://localhost:5206
|
|
| GET {{WIDESEA_ProductMgmtServer_HostAddress}}/api/User/getVierificationCode
|
| ###
|
| POST {{WIDESEA_ProductMgmtServer_HostAddress}}/api/User/login
| Content-Type: application/json
|
| {
| //LoginInfo
| }
|
| ###
|
|