We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
排名分先后
http://api.protoshop.io/getproject/
http://api.protoshop.io/v1/getproject/
The text was updated successfully, but these errors were encountered:
OK
Sorry, something went wrong.
kuolei
No branches or pull requests
排名分先后
目前的 token 有的在 querystring 里有的在 postdata里,最好把所有的请求统一为 post 方式,格式也可以一致起来,前后端都可以统一处理 token 认证,而不是按每个接口的情况各自处理了。
例如
http://api.protoshop.io/getproject/
改为http://api.protoshop.io/v1/getproject/
另外认证的 token 建议也用版本管理起来,以便将来升级 token 加密算法
这一步所有的 API 都需要整理了,接口数量还可以减少一些。
The text was updated successfully, but these errors were encountered: