not service country

This commit is contained in:
yonghyon
2024-06-20 15:55:43 +09:00
parent 788e74c407
commit dfba479d54

View File

@@ -108,6 +108,10 @@ export const TAxios = (
});
return;
}
if(res?.data?.retCode === 603 ){
//todo "NotServiceCountry"
return;
}
if (onSuccess) onSuccess(res);
})
.catch((error) => {