mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
Update jlqc.js
This commit is contained in:
4
jlqc.js
4
jlqc.js
@@ -248,7 +248,9 @@ class UserInfo {
|
|||||||
try {
|
try {
|
||||||
let commentTxt = this.commentTxt,
|
let commentTxt = this.commentTxt,
|
||||||
ts = Number(ts10()),
|
ts = Number(ts10()),
|
||||||
sign = await this.sign(commentTxt, artid, ts)
|
randomNum = randomInt(0, 100),
|
||||||
|
urlpath = 'https://app.geely.com/apis/api/v2/comment/publisherComment',
|
||||||
|
sign = await this.sign(commentTxt, artid, ts, randomNum, urlpath)
|
||||||
const options = {
|
const options = {
|
||||||
url: 'https://app.geely.com/apis/api/v2/comment/publisherComment',
|
url: 'https://app.geely.com/apis/api/v2/comment/publisherComment',
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user