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
Change query protocol.
1. GET do not have body, so use GET to implement simple query.
2. Use PUT to implement complex query.
3. Use POST to implement Insert/Update.
Signed-off-by: Gao Mingfei <g199209@gmail.com>