付智勇

no message

... ... @@ -73,6 +73,7 @@ userController.prototype.login = async(ctx, next) =>{
}
if(!userData.code){
return userBack;
}else{
return userData;
}
... ...