e1c9068ab0
统一支付页与文案多语言配置,补充 ALIPAYDANA 语言项,并同步当前分支的相关配置与页面调整。 Made-with: Cursor
9 lines
580 B
JavaScript
9 lines
580 B
JavaScript
// export const URL = "https://my.gxfs123.com/api" //正式服务器-弃用
|
|
// export const URL = "https://manager.fdzpower.com/api" //正式国内服务器
|
|
// export const URL = "https://ina.fdzpower.com/api" //正式国外服务器
|
|
// export const URL = "https://fansdev.gxfs123.com/api" //测试服务器
|
|
export const URL = "http://192.168.0.158:8080" //本地调试
|
|
// export const URL = "http://127.0.0.1:8080" //本地调试
|
|
|
|
export const appid = "wx2165f0be356ae7a9" //微信小程序appid
|
|
export const ZFBappid = "2021006117693332" //支付宝小程序appid
|