Authored by shuaiguo

bug修复

... ... @@ -49,7 +49,7 @@ module.exports={
}
try{
body = JSON.parse(body)
}catch{
}catch(e){
return callback(null, {message: '删除失败'})
}
return callback(null, body);
... ...