This commit is contained in:
xingyy 2025-03-03 09:13:12 +08:00
parent ac25fe40dc
commit 839dbe8a42

View File

@ -9,7 +9,7 @@ export async function checkPhone(data) {
}
export async function userSend(data) {
return await request( {
url:'/api/v1/m/user/send',
url:'/api/v1/m/user/mobile/send',
method: 'POST',
data
})