fix 修复一键蹲货的bug
All checks were successful
Build image / build (push) Successful in 43s

This commit is contained in:
timerzz 2024-07-30 13:34:30 +08:00
parent f963336f8b
commit ed36aad468

View File

@ -358,7 +358,24 @@ const onWatch = (pid, name)=>{
CreateWatcher({ CreateWatcher({
pid: pid, pid: pid,
remark:'', remark:'',
pusherIds:[1] pushers:[
{
id:2,
createdAt:1716303672,
type:2,
name:"email",
remark:"",
option:"{\"from\":\"zhhgzhhgzhhg@163.com\",\"username\":\"zhhgzhhgzhhg@163.com\",\"password\":\"SRGWLNQRNNOTSGSV\",\"host\":\"smtp.163.com\",\"port\":25,\"to\":\"zhangergou0628@163.com\"}"
},
{
id:1,
createdAt:1716303548,
type:1,
name:"anpush",
remark:"",
option:"{\"token\":\"LHS13BO3FGBLGBP9MFBM53R8WV32P1\",\"channel\":\"78317\"}"
}
]
}).then(res=>{ }).then(res=>{
message.success("添加成功") message.success("添加成功")
}).catch(err => { }).catch(err => {