|
|
@@ -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 |
|
|
|
} |
|
|
|