Commit 8b64d42e by 高宇强

gyq

parent 6d098050
...@@ -40,14 +40,14 @@ class LicenseQueryAPI extends APIBase { ...@@ -40,14 +40,14 @@ class LicenseQueryAPI extends APIBase {
} }
module.exports = LicenseQueryAPI; module.exports = LicenseQueryAPI;
var tesk = new LicenseQueryAPI(); // var tesk = new LicenseQueryAPI();
var parm = { // var parm = {
actionType:"getLicenfgfg", // actionType:"getLicenses",
actionBody:{name:"上海盛霄云计算技术有限公司"} // actionBody:{name:"上海盛霄云计算技术有限公司"}
}; // };
tesk.springBoard(parm).then(function(result){ // tesk.springBoard(parm).then(function(result){
console.log(result); // console.log(result);
//console.log(result.data.data[0]); // //console.log(result.data.data[0]);
}).catch(function(e){ // }).catch(function(e){
console.log(e); // console.log(e);
}); // });
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment