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-06-13 20:47:21 +08:00
parent 65239137f5
commit c020f24112
2 changed files with 1 additions and 25 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ let KCODE = process.env.KCODE || '';
function TotalBean(data) {
return new Promise(async resolve => {
const options = {
url: "https://api.nolanstore.top/JComExchange",
url: "https://api.nolanstore.cc/JComExchange",
body: JSON.stringify({ "code": data }),
headers: {
'Content-Type': 'application/json',
-24
View File
File diff suppressed because one or more lines are too long