This commit is contained in:
tanghc
2020-08-10 17:18:20 +08:00
parent 42979771ee
commit 160e57df0e
13 changed files with 580 additions and 0 deletions

View File

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