Commit cb803d28 by 高宇强

gyq

parent 01b5ef51
...@@ -850,19 +850,19 @@ class LaoActionApi extends APIBase { ...@@ -850,19 +850,19 @@ class LaoActionApi extends APIBase {
} }
module.exports = LaoActionApi; module.exports = LaoActionApi;
var tesk = new LaoActionApi(); // var tesk = new LaoActionApi();
var parm = { // var parm = {
userId:4, // userId:4,
ossUrl:"https://gsb-zc.oss-cn-beijing.aliyuncs.com/1111.xlsx" // ossUrl:"https://gsb-zc.oss-cn-beijing.aliyuncs.com/1111.xlsx"
//id:2, // //id:2,
//cur_status:"已过期" // //cur_status:"已过期"
//memo_text:"sssssssss" // //memo_text:"sssssssss"
//user_name:"高", // //user_name:"高",
//com_name:"京东" // //com_name:"京东"
}; // };
tesk.ParamRecruitExcel(parm).then(function(result){ // tesk.ParamRecruitExcel(parm).then(function(result){
console.log(result); // console.log(result);
//console.log(result.data.rows); // //console.log(result.data.rows);
}).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