Skip to content

Commit 48c9906

Browse files
authored
Update jxjuSign.js
1 parent c36a02c commit 48c9906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jxjuSign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ console.log(`\n============ 脚本执行时间(TM):${new Date(new Date().getTi
113113
body: $.getdata('qiandaobody')
114114

115115
}
116-
$.get(Url, async (err, resp, data) => {
116+
$.post(Url, async (err, resp, data) => {
117117
try {
118118
data = JSON.parse(data);
119119
if(logs==1)console.log(data)

0 commit comments

Comments
 (0)