diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index 94b5f0818..e656546a4 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -148,6 +148,7 @@ func InitServiceInfo(version string, buildTime time.Time, gitCommit string) { "operateType": model.OperateTypeName, "thingType": model.ThingTypeName, "apiFunctionName": model.ApiFunctionName, + "vendorstatus": model.VendorStatus, }, } } diff --git a/business/model/const.go b/business/model/const.go index 26b6ae09d..8b9401960 100644 --- a/business/model/const.go +++ b/business/model/const.go @@ -200,6 +200,10 @@ var ( AfsAppealTypeReturnAndRefund: "退款", // 这个其实是退货退款,强制显示成退款 AfsAppealTypeNewGoods: "退款.", // 这个其实是重发商品,强制显示成退款 } + VendorStatus = map[int]string{ + 0: "休息", + 1: "营业", + } ) const (