904118851 1 сар өмнө
parent
commit
cac7e5f765

+ 4 - 4
src/api/fq/fq_search_book.js

@@ -8,9 +8,9 @@ const fetch = require('node-fetch');
 
 const CMD = {}
 const cookies = {
-    passport_csrf_token: 'e5e407280e33da2743aa7389a228401a',
-    sid_guard: 'ca22fa2d213a5ac029c2861e79415614%7C1751510164%7C5184000%7CMon%2C+01-Sep-2025+02%3A36%3A04+GMT',
-    sessionid: 'ca22fa2d213a5ac029c2861e79415614',
+    passport_csrf_token: 'f6e9bb6f5be3ac1ca88eaef7ec45af18',
+    sid_guard: '975a2c17dcea431af25f475a39199337%7C1751542938%7C5184000%7CMon%2C+01-Sep-2025+11%3A42%3A18+GMT',
+    sessionid: '975a2c17dcea431af25f475a39199337',
     adUserId: '3657398892890426',
     distributorId: '1823565160001931'
 }
@@ -132,7 +132,7 @@ CMD.search_name = function(keyword){
 
 CMD.search_new_id = async function(bookId,call_back){
 
-    const url = `https://www.changdunovel.com/novelsale/distributor/content/book/list/v1?permission_statuses=3%2C4&search_type=5&query=${bookId}&page_index=0&page_size=10&msToken=Y1ycMk3xTJj-ZZNpi5dVCcNHYRw7NKehmunCGftKYr_s0if-k5jcQlON71uUe7MB2KjvNRoGYmT3xq4s82yZfH9s2gV4Fpun-grz__CT9spTPzqlrZ_y2K6wLJy7g3WR0o6hmxY5_pBG1yoAPghBO6HMNFQoJaiLMV8Mr__5LVqqpg%3D%3D&a_bogus=Ey4jDttwmZR5apAGuCktelelzSDMr0uy8-ToStJy9Oq-GqlO9YefdaGkjoKmDjFU5upZpSIHAn4MKdxcQKwiZHQpKmZfuEhRST9Vn0sL8Z7mGPJZVNbmSiSoKJiG%2F5REO%2FavxM0WltmOZd%2F1pNd%2FM5a7u%2FXomcSBRw9TfxXGE1qh6Pht78f%3D`;
+    const url = `https://www.changdunovel.com/novelsale/distributor/content/book/list/v1?permission_statuses=3%2C4&search_type=5&query=${bookId}&page_index=0&page_size=10`;
     
     const headers = {
       'accept': 'application/json, text/plain, */*',