fix(operator): fix operator edit issue
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m35s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m35s
This commit is contained in:
@@ -20,6 +20,8 @@ export interface Carrier {
|
||||
carrier_type: CarrierType
|
||||
description?: string
|
||||
data_reset_day?: number | null // 上游流量重置日(1-28)
|
||||
realname_link_type?: string // 实名链接类型
|
||||
realname_link_template?: string // 实名链接模板
|
||||
status: number
|
||||
created_at: string
|
||||
updated_at: string
|
||||
@@ -39,6 +41,8 @@ export interface CreateCarrierParams {
|
||||
carrier_type: CarrierType
|
||||
description?: string
|
||||
data_reset_day?: number | null // 上游流量重置日(1-28)
|
||||
realname_link_type?: string // 实名链接类型
|
||||
realname_link_template?: string // 实名链接模板
|
||||
}
|
||||
|
||||
// 更新运营商请求参数
|
||||
@@ -46,6 +50,8 @@ export interface UpdateCarrierParams {
|
||||
carrier_name?: string
|
||||
description?: string
|
||||
data_reset_day?: number | null // 上游流量重置日(1-28)
|
||||
realname_link_type?: string // 实名链接类型
|
||||
realname_link_template?: string // 实名链接模板
|
||||
}
|
||||
|
||||
// 更新运营商状态参数
|
||||
|
||||
Reference in New Issue
Block a user