新增订阅消息队列+短信发送队列

This commit is contained in:
2023-03-03 19:35:57 +08:00
parent cbf78278b5
commit 7740dad0e5
19 changed files with 689 additions and 16 deletions
+3
View File
@@ -329,3 +329,6 @@ Router::addGroup('/pay', function () {
Router::post('/callback', [PayController::class, 'wxCallBack']);
});
});
// 添加订阅消息
Router::post('/sub', [UserController::class, 'addSubMessage']);