|
@@ -25,7 +25,7 @@ class AdReplaceBookController extends BaseController
|
|
|
|
|
|
$package = $request->header('x-package', '');
|
|
|
// 暂时关闭浩瀚书籍替换
|
|
|
- if($package == "com.beidao.kuaiying.haohannew"){
|
|
|
+ if($package == "com.beidao.kuaiying.haohannew" || $package == "com.beidao.kuaiying.haohan"){
|
|
|
return response()->success([]);
|
|
|
}
|
|
|
|