$ cnpm install hasoffers-node
A step by step series of examples that tell you how to get a development env running
Say what the step will be
npm i --save hasoffers-node
Explain what these tests test and why
Give an example
let options = {
id: "id" --(type: String, default: "")
pimg: 1 --(type: Number, default: 1)
city: 1 --(type: Number, default: 1)
ua: 1 --(type: Number, default: 1)
}
const Appnext_Node = require('appnext-node');
let appnext = new Appnext_Node({id: "id"});
appnext.getOffer()
.then(data => {
})
.catch(err => {
})
This project is licensed under the MIT License;
Copyright 2014 - 2017 © taobao.org |