zuihou
2021-10-16 89414f173e6c34411c7fbe984932aef1f3670380
提交 | 用户 | age
a96cb2 1 # Test Server
V 2
3 It is used to start the test interface service, which can test the upload, websocket, login and other interfaces.
4
5 ## Usage
6
7 ```bash
8
9 cd ./test/server
10
11 yarn
12
13 yarn start
14
15 ```