Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Mar 27, 2024
1 parent 16d3910 commit 3ee50c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion handler/7mao.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// https://greasyfork.org/zh-CN/scripts/479460-%E4%B8%83%E7%8C%AB%E5%85%A8%E6%96%87%E5%9C%A8%E7%BA%BF%E5%85%8D%E8%B4%B9%E8%AF%BB
// https://github.com/shing-yu/7mao-novel-downloader

package handler

import (
Expand Down Expand Up @@ -66,7 +69,7 @@ func preprocessQimaoChapterLink(u string) (string, http.Header) {
"chapterId": ids[1],
}

signKey := "d3dGiJc651gSQ8w1"
const signKey = "d3dGiJc651gSQ8w1"
params["sign"] = generateMD5Sign(params, signKey)

// 构造Headers
Expand Down

0 comments on commit 3ee50c3

Please sign in to comment.