1、修复了管理端设置在推送开关/配置项上的联动与保存问题。 2、新增 OutboundPushHookService、PushHook/InternalPushHook 接口、前端 PushHookConfigPanel 与小程序 pushHook 工具。 3、优化 Analyze/Auth/Test/支付回调触发路径,补充去重迁移脚本与实施文档。 Made-with: Cursor
8 lines
166 B
PHP
8 lines
166 B
PHP
<?php
|
||
/**
|
||
* @deprecated 表已更名为 delivery_dedup,请使用 run_delivery_dedup.php
|
||
*/
|
||
declare(strict_types=1);
|
||
|
||
require __DIR__ . '/run_delivery_dedup.php';
|