Browse Source

1、项目初始化

master
wangjian 3 years ago
parent
commit
8436c6286b
2 changed files with 2 additions and 3 deletions
  1. +2
    -2
      config/job_risk_third.json
  2. +0
    -1
      internal/services/services.go

+ 2
- 2
config/job_risk_third.json View File

@@ -17,8 +17,8 @@
},
"prometheus":{
"host": {
"address": "127.0.0.1",
"port": 9091
"address": "http://prometheus.ningdatech.com",
"port": 80
},
"path": "/metrics"
},


+ 0
- 1
internal/services/services.go View File

@@ -18,7 +18,6 @@ type JobRiskThirdServices interface {
PushUserInfo(req proto.PushUserInfoRequest) error
//PushFeatureInfo 推送的风险结果信息
PushFeatureInfo(req proto.PushFeatureInfoRequest) error

// HealthCheck check service health status
HealthCheck() bool
}


Loading…
Cancel
Save