You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
SOP/sop-sdk/sdk-nodejs
Changeden 4eae92b033 优化格式 3 years ago
..
common 优化格式 3 years ago
request 使用es6+axios 3 years ago
.gitignore 4.0.2 4 years ago
main.js 使用es6+axios 3 years ago
package.json 使用es6+axios 3 years ago
readme.md 4.0.2 4 years ago

readme.md

  • 执行npm install --registry=https://registry.npm.taobao.org

  • 执行node main.js进行测试

封装步骤

  1. 新建request类,继承BaseRequest,参考StoryGetRequest.js

  2. 调用接口,参考main.js