From 81b66f29e7905cd5d0991f50bc4a31cdab4a779c Mon Sep 17 00:00:00 2001 From: Zhong Lufan Date: Sat, 8 Aug 2020 03:18:22 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 285241d..7b7424f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ 函数签名: ``` -aliapi_rpc(host, http_method, api_version, api_action, api_custom_key[], api_custom_value[]): JsonResult +aliapi_rpc(host, http_method, api_version, api_action, api_custom_key[], api_custom_value[]): JsonString ``` **示例:** @@ -65,7 +65,7 @@ else fi ``` -更多示例请参考 `example` 下的文件 +更多示例请参考 [example](https://github.com/Hill-98/aliyun-openapi-shell-sdk/tree/master/example) 下的文件 如果你有好的示例,欢迎提交 [PR](https://github.com/Hill-98/aliyun-openapi-shell-sdk/pulls)