You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
request:curl http://localhost:8080/student/score\?id\=9\&name\=lin
output: {"code":402,"msg":{"id":"id must be greater than 10 or equal to 10"},"state":0}
request:curl curl http://localhost:8080/student/score\?id\=91\&name\=lin
output:{"id":91,"name":"lin","score":100}
About
A lightweight structual web api framework based on gin framework and validator