feat(fsgx): HJF queue merge, brokerage timing, cycle commission, points release
- Add HJF jobs, services, DAOs, models, admin/API controllers, release command - Respect brokerage_timing (on_pay vs confirm); dispatch HjfOrderPayJob for queue goods - Queue-only cycle commission and position index fix in StoreOrderCreateServices - UserBill income types: frozen_points_brokerage, frozen_points_release - Timer: fsgx_release_frozen_points -> PointsReleaseServices - Agent tasks: no_assess filtering for direct/umbrella counts - Migrations: queue_pool, points_release_log, fsgx_v1 checklist updates - Admin/uniapp: crontab preset, membership level, user list, finance routes, docs Made-with: Cursor
This commit is contained in:
@@ -6,18 +6,6 @@ const chalk = require("chalk");
|
||||
console.log(
|
||||
chalk
|
||||
.hex("#DEADED")
|
||||
.underline("😄 Hello ~ 欢迎使用CRMEB Pro版,我们将竭诚为您服务!")
|
||||
);
|
||||
console.log(
|
||||
chalk.yellow("[提示] 点击这里可以我们的更多产品~ ") +
|
||||
chalk.blue.underline("https://www.crmeb.com")
|
||||
);
|
||||
console.log(
|
||||
chalk.yellow("[提示] 点击这里可以查看开发文档喔~ ") +
|
||||
chalk.blue.underline("https://doc.crmeb.com")
|
||||
);
|
||||
console.log(
|
||||
chalk.yellow("[提示] 点击这里可以进入我们的论坛社区~ ") +
|
||||
chalk.blue.underline("https://www.crmeb.com/ask")
|
||||
.underline("😄 Hello ~ 欢迎使用Pro版,我们将竭诚为您服务!")
|
||||
);
|
||||
console.log(chalk.blue("info - [你知道吗?] 按 Ctrl+C 可以停止服务呢~"));
|
||||
|
||||
Reference in New Issue
Block a user