Files
SOP/sop-sdk/sdk-nodejs/readme.md
tanghc 160e57df0e 4.0.2
2020-08-10 17:18:20 +08:00

11 lines
224 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- 执行`npm install --registry=https://registry.npm.taobao.org`
- 执行`node main.js`进行测试
## 封装步骤
1. 新建request类继承BaseRequest参考`StoryGetRequest.js`
2. 调用接口,参考`main.js`