not service country
This commit is contained in:
@@ -108,6 +108,10 @@ export const TAxios = (
|
||||
});
|
||||
return;
|
||||
}
|
||||
if(res?.data?.retCode === 603 ){
|
||||
//todo "NotServiceCountry"
|
||||
return;
|
||||
}
|
||||
if (onSuccess) onSuccess(res);
|
||||
})
|
||||
.catch((error) => {
|
||||
|
||||
Reference in New Issue
Block a user