Skip to content

Instantly share code, notes, and snippets.

@sandywu
Created February 19, 2014 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandywu/9087966 to your computer and use it in GitHub Desktop.
Save sandywu/9087966 to your computer and use it in GitHub Desktop.
lib.mtop.request({
api: 'mtop.ju.option.get',
v: '1.0',
data: {
"platformId": "1045",
"currentPage": 1,
"pageSize": 24
}
},
function(result) {
console.log(result);
},
function(result) {}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment