8 lines
217 B
Go
8 lines
217 B
Go
|
package constants
|
||
|
|
||
|
// 千人千面windows访问图片的地址
|
||
|
const DOMAIN_RENDER_IMG_NAME = "https://fusenrenderimg.kayue.cn"
|
||
|
|
||
|
// 云渲染域名和访问地址
|
||
|
const DOMAIN_NAME = "https://fusenapi.kayue.cn:8010/"
|