Explorar o código

feat:格式化

duxin %!s(int64=2) %!d(string=hai) anos
pai
achega
c43a8e8335
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      jyBXCore/api/etc/bxcore-api.yaml
  2. 2 2
      jyBXCore/api/internal/config/config.go

+ 2 - 2
jyBXCore/api/etc/bxcore-api.yaml

@@ -21,7 +21,7 @@ MgoLogsCount: 500
 DetailMosaicTxt: 略
 SearchMosaic:
   budget: true
-  bidamount: true
+  bidAmount: true
   buyer: true
   winner: true
-  bidopentime: true
+  bidOpenTime: true

+ 2 - 2
jyBXCore/api/internal/config/config.go

@@ -19,10 +19,10 @@ type Config struct {
 	DetailMosaicTxt string
 	SearchMosaic    struct {
 		Budget      bool `json:"budget"`
-		Bidamount   bool `json:"bidamount"`
+		BidAmount   bool `json:"bidAmount"`
 		Buyer       bool `json:"buyer"`
 		Winner      bool `json:"winner"`
-		Bidopentime bool `json:"bidopentime"`
+		BidOpenTime bool `json:"bidOpenTime"`
 	}
 }