upodate
This commit is contained in:
parent
30fa25f206
commit
7d699d0b3b
12
server.js
12
server.js
@ -135,13 +135,13 @@ db.serialize(() => {
|
||||
});
|
||||
|
||||
// UPay 配置
|
||||
// const UPAY_APP_ID = 'E7c4dss9';
|
||||
// const UPAY_APP_SECRET = 'Hwc56INsabRau2yn';
|
||||
// const UPAY_API_URL = 'https://api.upay.ink/v1/api/open';
|
||||
const UPAY_APP_ID = 'E7c4dss9';
|
||||
const UPAY_APP_SECRET = 'Hwc56INsabRau2yn';
|
||||
const UPAY_API_URL = 'https://api.upay.ink/v1/api/open';
|
||||
|
||||
const UPAY_APP_ID = 'M1C40DvS';
|
||||
const UPAY_APP_SECRET = 'a2nqkkqRb09LIe87';
|
||||
const UPAY_API_URL = 'https://api-test.upay.ink/v1/api/open';
|
||||
// const UPAY_APP_ID = 'M1C40DvS';
|
||||
// const UPAY_APP_SECRET = 'a2nqkkqRb09LIe87';
|
||||
// const UPAY_API_URL = 'https://api-test.upay.ink/v1/api/open';
|
||||
|
||||
// 产品配置
|
||||
const PRODUCTS = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user