소스 검색

增加测试日志

zqwang 2 년 전
부모
커밋
471a92e575
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/QuickApp/Book/BookController.php

+ 1 - 1
app/Http/Controllers/QuickApp/Book/BookController.php

@@ -1378,7 +1378,7 @@ class BookController extends BaseController
     {
         // 获取基本数据
         $package = $request->header('x-package', '');
-        $brand = $request->header('x-nbrand', '');
+        $brand = $request->header('x-brand', '');
         $codeVersion = $request->header('x-Version', '');
 
         $result = HomeCache::getHomePageInfo($package, $sex . "_new");