瀏覽代碼

1、项目初始化

master
wangjian 3 年之前
父節點
當前提交
8436c6286b
共有 2 個檔案被更改,包括 2 行新增3 行删除
  1. +2
    -2
      config/job_risk_third.json
  2. +0
    -1
      internal/services/services.go

+ 2
- 2
config/job_risk_third.json 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存