模版消息推送完成

This commit is contained in:
2025-09-17 18:03:28 +08:00
parent dfd284f255
commit 060fb1ae5c
6 changed files with 1976 additions and 91 deletions

View File

@@ -31,7 +31,8 @@
"webman/redis": "^2.1",
"illuminate/events": "^11.46",
"webman/redis-queue": "^1.3",
"workerman/crontab": "^1.0"
"workerman/crontab": "^1.0",
"overtrue/wechat": "~5.0"
},
"suggest": {
"ext-event": "For better performance. "
@@ -56,5 +57,10 @@
]
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"config": {
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
}
}
}