This commit is contained in:
大哥大哥的大哥哥
2026-09-09 14:47:14 +08:00
parent a5353f7eb5
commit 4d9da40abd
22 changed files with 74 additions and 45 deletions
+5
View File
@@ -14,3 +14,8 @@ Route::post('ej-pharmacy/webhook', 'EjPharmacyCallback/webhook');
// 企业微信内部应用推广助手:公开 JS 与服务端随机分流。
Route::get('qywx-promotion/js/:key', 'QywxPromotionPublic/script');
Route::get('qywx-promotion/go/:key', 'QywxPromotionPublic/redirect');
// 唐侦探独立章节存档:使用统一 token,与控糖消消乐周榜隔离。
Route::get('tang/catalog', 'TangDetective/catalog');
Route::get('tang/progress', 'TangDetective/progress');
Route::post('tang/saveProgress', 'TangDetective/saveProgress');