wangchuanjin преди 4 месеца
родител
ревизия
4ca136081c
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/jfw/modules/subscribepay/src/config.yaml
  2. 1 1
      src/jfw/modules/subscribepay/src/service/config.go

+ 1 - 1
src/jfw/modules/subscribepay/src/config.yaml

@@ -85,4 +85,4 @@ bidCreditReport:
     - "5d6378301c298a5aac7b5402"
   performanceTime: 2018-01-01 00:00:00
   performanceSize: 100
-  makeTime: 30
+  makeTime: 30分钟

+ 1 - 1
src/jfw/modules/subscribepay/src/service/config.go

@@ -14,6 +14,6 @@ type Config struct {
 
 func (c *Config) Config() {
 	c.ServeJson(api.Result{Data: api.M{
-		"bidCreditReport_makeTime": g.Config().MustGet(gctx.New(), "bidCreditReport.makeTime").Int(),
+		"bidCreditReport_makeTime": g.Config().MustGet(gctx.New(), "bidCreditReport.makeTime").String(),
 	}})
 }