sms_code(userInfo).then(function(data){ return res.json(data);}).then(function(data){ return res.json(data);}).catch(next);为什么catch(function(err){
next(err)
})可以缩写成.catch(next);
添加回答
举报
0/150
提交
取消