Update msg.go
This commit is contained in:
parent
985a39a75e
commit
f8f937bf80
@ -69,13 +69,13 @@ const (
|
|||||||
BundleUnBindingAddService = "套餐未绑定增值服务"
|
BundleUnBindingAddService = "套餐未绑定增值服务"
|
||||||
)
|
)
|
||||||
|
|
||||||
//发布
|
// 发布
|
||||||
const (
|
const (
|
||||||
UpdateWorkStatusFailed = "更新作品状态失败"
|
UpdateWorkStatusFailed = "更新作品状态失败"
|
||||||
GetWorkDetailFailed = "获取作品详情失败"
|
GetWorkDetailFailed = "获取作品详情失败"
|
||||||
)
|
)
|
||||||
|
|
||||||
//余量
|
// 余量
|
||||||
const (
|
const (
|
||||||
BundleExtendFailed = "套餐扩展失败"
|
BundleExtendFailed = "套餐扩展失败"
|
||||||
BundleExtendRecordsListFailed = "套餐扩展记录列表查询失败"
|
BundleExtendRecordsListFailed = "套餐扩展记录列表查询失败"
|
||||||
@ -97,7 +97,7 @@ const (
|
|||||||
BundleNotExpired = 0
|
BundleNotExpired = 0
|
||||||
)
|
)
|
||||||
|
|
||||||
//数据指标
|
// 数据指标
|
||||||
const (
|
const (
|
||||||
MetricsBusinessFailed = "业务概览查询失败"
|
MetricsBusinessFailed = "业务概览查询失败"
|
||||||
MetricsOperatingFailed = "运营数据查询失败"
|
MetricsOperatingFailed = "运营数据查询失败"
|
||||||
@ -108,7 +108,7 @@ const (
|
|||||||
BalanceMetricsExportFailed = "服务使用明细数据导出失败"
|
BalanceMetricsExportFailed = "服务使用明细数据导出失败"
|
||||||
)
|
)
|
||||||
|
|
||||||
//素材库
|
// 素材库
|
||||||
const (
|
const (
|
||||||
FileListFailed = "素材库列表查询失败"
|
FileListFailed = "素材库列表查询失败"
|
||||||
FileUsageFailed = "素材库使用情况查询失败"
|
FileUsageFailed = "素材库使用情况查询失败"
|
||||||
@ -126,7 +126,7 @@ const (
|
|||||||
ERROR_OPEN_FILE = "打开文件错误"
|
ERROR_OPEN_FILE = "打开文件错误"
|
||||||
)
|
)
|
||||||
|
|
||||||
//官网
|
// 官网
|
||||||
const (
|
const (
|
||||||
CreateSecFilingFailed = "创建官方信息失败"
|
CreateSecFilingFailed = "创建官方信息失败"
|
||||||
UpdateSecFilingFailed = "更新官方信息失败"
|
UpdateSecFilingFailed = "更新官方信息失败"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user