看了支付宝、微信公众号、钉钉、抖音等开放平台的接口文档,无一例外,都没有使用 RESTful 的风格,都只有 GET 、POST 两种请求方式。
例如:
支付宝开放平台: https://opendocs.alipay.com/apis
微信公众号开发文档: https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/Get_access_token.html
阿里云: https://help.aliyun.com/document_detail/25483.html?spm=a2c4g.11186623.3.3.75e31067uSqiJe
钉钉开发平台: https://developers.dingtalk.com/document/app/server-api-overview
抖音开发平台: https://open.douyin.com/platform/doc/6848806536383383560
你们的项目有使用 RESTful 接口规范吗,为什么?