Merge branch '6dylan6:main' into main

This commit is contained in:
milletbig 2023-06-13 20:57:02 +08:00 committed by GitHub
commit fd5232ac2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 25 deletions

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',

File diff suppressed because one or more lines are too long