ts_aimz/net/mainUrl.js
itgaojian163 fb54447a91 优化Net
2025-06-05 17:21:24 +08:00

20 lines
614 B
JavaScript

// 定义api服务地址
const operatorUrl = 'https://www.aimzhu.com/operator'
const operatorPlug = 'https://www.aimzhu.com/operator-plugin'
const copyrightUrl = 'https://www.aimzhu.com/copyright'
const aiShopUrl = 'https://www.aimzhu.com/aishop'
const uploadImgUrl = copyrightUrl + '/api/file/v2/upload-image'
const previewUrl = copyrightUrl + '/route/file/v2/download/true/'
const imgAssets = 'https://www.aimzhu.com/miniapp-assets'
const appUrl = 'https://www.aimzhu.com'
export {
operatorUrl,
operatorPlug,
uploadImgUrl,
previewUrl,
copyrightUrl,
aiShopUrl,
imgAssets,
appUrl
}