16 lines
660 B
Go
16 lines
660 B
Go
|
|
package shoutu_show
|
||
|
|
|
||
|
|
// 相关地址
|
||
|
|
const (
|
||
|
|
SiteDomain = "https://show.shoutoinfo.cn/prod-api" // Domain 后台域名
|
||
|
|
SiteUrl = "https://show.shoutoinfo.cn/prod-api" // SiteUrl 后台地址
|
||
|
|
DocUrl = "https://apifox.com/apidoc/shared-2c9bfdd9-5307-4d29-b71f-63b93393d607" // DocUrl 文档地址
|
||
|
|
ApiDocUrl = "https://apifox.com/apidoc/shared-2c9bfdd9-5307-4d29-b71f-63b93393d607" // ApiDocUrl api文档地址
|
||
|
|
)
|
||
|
|
|
||
|
|
// 接口地址
|
||
|
|
const (
|
||
|
|
ApiDomain = "https://pre-show.shoutoinfo.cn/prod-api" // Domain api域名
|
||
|
|
GetOrderListUrl = ApiDomain + "/api/open/channel-order/page"
|
||
|
|
)
|