definition
Untitled object in undefined Type
object
(Details)
Untitled object in undefined Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
db | object | Required | cannot be null | Untitled schema |
authUrl | string | Required | cannot be null | Untitled schema |
portalUrl | string | Optional | cannot be null | Untitled schema |
predefinedChargingTypes | array | Required | cannot be null | Untitled schema |
accountNamePattern | object | Optional | cannot be null | Untitled schema |
fetchJobs | object | Required | cannot be null | Untitled schema |
jobChargeType | string | Required | cannot be null | Untitled schema |
changeJobPriceType | string | Required | cannot be null | Untitled schema |
jobChargeComment | string | Required | cannot be null | Untitled schema |
db
db
-
is required
-
Type:
object
(Details) -
cannot be null
-
defined in: Untitled schema
db Type
object
(Details)
authUrl
认证服务的地址。一定要加协议(http://)
authUrl
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
authUrl Type
string
authUrl Default Value
The default value is:
"http://auth:5000"
portalUrl
如果部署了门户系统,设置门户系统的部署URL或者pathname
portalUrl
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
portalUrl Type
string
predefinedChargingTypes
预定义的充值类型
predefinedChargingTypes
-
is required
-
Type:
string[]
-
cannot be null
-
defined in: Untitled schema
predefinedChargingTypes Type
string[]
predefinedChargingTypes Default Value
The default value is:
[]
accountNamePattern
accountNamePattern
-
is optional
-
Type:
object
(Details) -
cannot be null
-
defined in: Untitled schema
accountNamePattern Type
object
(Details)
fetchJobs
fetchJobs
-
is required
-
Type:
object
(Details) -
cannot be null
-
defined in: Untitled schema
fetchJobs Type
object
(Details)
jobChargeType
对作业计费时,计费费用的的付款类型
jobChargeType
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
jobChargeType Type
string
jobChargeType Default Value
The default value is:
"作业费用"
changeJobPriceType
修改作业费用时所使用的付款/充值类型
changeJobPriceType
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
changeJobPriceType Type
string
changeJobPriceType Default Value
The default value is:
"作业费用更改"
jobChargeComment
给作业扣费时,扣费项的备注。可以使用{price}使用作业信息中的字段。字段参考src/entities/JobInfo
jobChargeComment
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
jobChargeComment Type
string