Authored by chenchao

resume ++

... ... @@ -123,4 +123,5 @@ module.exports=function(app) {
/*通过任务ID查看任务是否被执行完 批量上架*/
app.post("/product/queryBatchImportResultOfOnShelveSkn","basegoods_queryBatchImportResultOfOnShelveSkn");
}
\ No newline at end of file
... ...
... ... @@ -207,5 +207,6 @@ module.exports={
{name:"param",type:"String"}
]
}
}
}
\ No newline at end of file
... ...
... ... @@ -73,4 +73,5 @@ function __ajaxCheckTask(unquid){
}
$("#message").html(res.message);
},true);
}
\ No newline at end of file
... ...