1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-01 09:36:41 +08:00
This commit is contained in:
dylan
2023-05-26 17:19:55 +08:00
parent 5c25e84251
commit 50d774b6f2
+1 -1
View File
@@ -141,7 +141,7 @@ if ($.isNode()) {
//else
//console.log(`检测到未配置Wxpusher的Token,禁用一对一推送...`);
let jdSignUrl = 'https://api.nolanstore.top/sign'
let jdSignUrl = 'https://api.nolanstore.cc/sign'
if (process.env.SIGNURL)
jdSignUrl = process.env.SIGNURL;