This commit is contained in:
2025-09-14 01:58:23 +08:00
parent cbed8ff6ac
commit dd9228da0d
4 changed files with 27 additions and 16 deletions

4
utils/get-phone.js Normal file
View File

@@ -0,0 +1,4 @@
export const getPhone = (data) => {
console.log("getPhone", data);
return data;
}