Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msfruit authored Feb 25, 2022
1 parent 15ab82e commit 7457e94
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
百度智能小程序服务端 OpenAPI SDK for go,是基于小程序服务端 OpenAPI 封装的一套让开发者方便使用的 SDK, 它可以帮开发者减少理解和使用 OpenAPI 的成本, 减少开发者直接调用服务端接口不当而引起的错误, 避免在开发中走弯路。

## 快速开始
1. 下载代码;
2. 将openapi 目录copy到您项目的目录;
3. 参考examples中的使用方式,调用对应的sdk函数;
4. 函数具体功能参考文档: https://smartprogram.baidu.com/docs/develop/serverapi/introduction_for_openapi_sdk/
1. 在您的项目中引入 github.com/baidu/smartapp-openapi-go v0.1.1
2. 可以直接调用 openapi 下您需要的SDK函数
3. 函数具体功能参考文档: https://smartprogram.baidu.com/docs/develop/serverapi/introduction_for_openapi_sdk/

## 测试
如果您要进行单个API的测试:
Expand Down

0 comments on commit 7457e94

Please sign in to comment.