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