|
|
пре 3 месеци | |
|---|---|---|
| api | пре 3 месеци | |
| hack | пре 3 месеци | |
| internal | пре 3 месеци | |
| manifest | пре 3 месеци | |
| resource | пре 3 месеци | |
| template | пре 3 месеци | |
| utility | пре 3 месеци | |
| .gitattributes | пре 3 месеци | |
| .gitignore | пре 3 месеци | |
| Makefile | пре 3 месеци | |
| README.MD | пре 3 месеци | |
| go.mod | пре 3 месеци | |
| go.sum | пре 3 месеци | |
| main.go | пре 3 месеци |
Quick Start:
curl -X POST 127.0.0.1:8000/user/register \ -d "passport=demo001&password=123456&nickname=DemoUser"
curl -X POST http://localhost:8000/user/login \ -H "Content-Type: application/json" \ -d '{"passport":"demo001","password":"123456"}'