mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-13 05:20:43 +08:00
Update jlqc.js
This commit is contained in:
parent
ed67a83e2b
commit
b7edb91bda
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: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user