Commit 8b64d42e by 高宇强

gyq

parent 6d098050
......@@ -40,14 +40,14 @@ class LicenseQueryAPI extends APIBase {
}
module.exports = LicenseQueryAPI;
var tesk = new LicenseQueryAPI();
var parm = {
actionType:"getLicenfgfg",
actionBody:{name:"上海盛霄云计算技术有限公司"}
};
tesk.springBoard(parm).then(function(result){
console.log(result);
//console.log(result.data.data[0]);
}).catch(function(e){
console.log(e);
});
\ No newline at end of file
// var tesk = new LicenseQueryAPI();
// var parm = {
// actionType:"getLicenses",
// actionBody:{name:"上海盛霄云计算技术有限公司"}
// };
// tesk.springBoard(parm).then(function(result){
// console.log(result);
// //console.log(result.data.data[0]);
// }).catch(function(e){
// console.log(e);
// });
\ 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