From c7199a3bc7039d28905ba69fca8c4255f76758fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 28 Oct 2020 09:01:28 +0800 Subject: [PATCH] limittype --- business/jxstore/cms/cms.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index dbf85e11a..6612b9076 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -74,7 +74,10 @@ func InitServiceInfo(version string, buildTime time.Time, gitCommit string) { "operateType": model.OperateTypeName, "apiFunctionName": model.ApiFunctionName, "vendorStatus": model.VendorStatus, - "jobLimitCountType": model.JobLimitCountType, + "jobLimitCountType": `[{ + "id":` + utils.Int2Str(model.JobLimitCountTypePO) + + `,"value": "每人一次" + }]`, }, } }