wewe
This commit is contained in:
parent
7f62f4db8d
commit
b1c7e3343b
@ -949,7 +949,7 @@ const sendTemplateMessage = async (templateId) => {
|
||||
"template_id": route.query.template_id,
|
||||
"touser": activeUser.value.sender_id
|
||||
}).then((res) => {
|
||||
if (res.succes == true) {
|
||||
if (res.success == true) {
|
||||
ElMessage({ type: 'success', message: '模板消息发送成功' })
|
||||
// 发送成功后,立即轮询获取最新消息以获取真实ID
|
||||
setTimeout(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user