[1078] 增加文本下发

This commit is contained in:
lin
2025-07-16 18:22:33 +08:00
parent 3f2089f584
commit 29802ccded
9 changed files with 165 additions and 62 deletions

View File

@@ -255,5 +255,12 @@ export function queryPosition(phoneNumber) {
}
})
}
export function sendTextMessage(data) {
return request({
method: 'post',
url: `/api/jt1078/text-msg`,
data: data
})
}