diff --git a/README.md b/README.md index c3ba256..4e08f64 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ ## accessKeyId和accessKeySecret的获取 参考帮助文档:[获取accessKeyId和accessKeySecret](https://help.fanruan.com/jiushuyun/doc-view-140.html) +## 数据流转流程图 + +![api_data_flow](/screenshots/api_data_flow.png) + ## 调用示例代码 ```Authentication```表示的是传入accessKeyId和accessKeySecret参数,获取临时令牌的操作,可以自行调用其中的RestApi,不是必须使用该类。 diff --git a/screenshots/api_data_flow.png b/screenshots/api_data_flow.png new file mode 100644 index 0000000..e3b8360 Binary files /dev/null and b/screenshots/api_data_flow.png differ