This commit is contained in:
苏尹岚
2020-11-11 12:01:39 +08:00
parent 9290236ae8
commit 24b826e688
4 changed files with 50 additions and 2 deletions

View File

@@ -87,7 +87,8 @@ func InitServiceInfo(version string, buildTime time.Time, gitCommit string) {
"id":` + utils.Int2Str(model.JobLimitCountTypeNoLimit) +
`,"value": "不限次"
}]`,
"billTypeNames": model.BillTypeNames,
"billTypeNames": model.BillTypeNames,
"deliveryStatusName": model.DeliveryStatusName,
},
}
}