Browse Source

✨ feat: 增加趣选书书单查询

Pchen. 8 months ago
parent
commit
3aa47a369a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apis/QuXuanShu/GetBookList.js

+ 1 - 1
apis/QuXuanShu/GetBookList.js

@@ -6,7 +6,7 @@ const { BaseStdResponse } = require("../../BaseStdResponse.js")
 class GetBookList extends API {
     constructor() {
         super()
-        this.noEncrypt()
+
         this.setPath("/QXS/GetBookList")
         this.setMethod("POST")
         this.UserAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 MicroMessenger/7.0.20.1781(0x6700143B) NetType/WIFI MiniProgramEnv/Windows WindowsWechat/WMPF WindowsWechat(0x63090a13) UnifiedPCWindowsWechat(0xf254100e) XWEB/16283'