修改social error默认信息
This commit is contained in:
parent
4c2f64e4eb
commit
851700065a
@ -103,7 +103,7 @@ impl IntoResponse for ResErr {
|
|||||||
let code = 80000;
|
let code = 80000;
|
||||||
match msg {
|
match msg {
|
||||||
Some(v) => Status::<()>::Err(code, v),
|
Some(v) => Status::<()>::Err(code, v),
|
||||||
None => Status::<()>::Err(code, String::from("社交服务异常")),
|
None => Status::<()>::Err(code, String::from("社交业务异常")),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user