|
@@ -14,6 +14,6 @@ type Config struct {
|
|
|
|
|
|
func (c *Config) Config() {
|
|
func (c *Config) Config() {
|
|
c.ServeJson(api.Result{Data: api.M{
|
|
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(),
|
|
}})
|
|
}})
|
|
}
|
|
}
|