1
This commit is contained in:
parent
8a3572ccc2
commit
7c88a9a814
@ -73,6 +73,7 @@ func (this* RiskMgr) Init() *RiskMgr {
|
|||||||
|
|
||||||
G.HttpServer.RegisterHandle("Analyse", "isOpen", this.__analyseIsOpen)
|
G.HttpServer.RegisterHandle("Analyse", "isOpen", this.__analyseIsOpen)
|
||||||
G.HttpServer.RegisterHandle("Ops", "dump", this.__opsDump)
|
G.HttpServer.RegisterHandle("Ops", "dump", this.__opsDump)
|
||||||
|
G.HttpServer.RegisterHandle("Ops", "syncConf", this.__opsSyncConf)
|
||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -233,3 +234,6 @@ func (this *RiskMgr) __opsDump(w* http.ResponseWriter, r *http.Request) {
|
|||||||
fillRespObj(respObj, "fixed_block_province_city_list", &this.fixedBlockProvinceCityHash)
|
fillRespObj(respObj, "fixed_block_province_city_list", &this.fixedBlockProvinceCityHash)
|
||||||
q5.Response(w, respObj.ToJsonStr())
|
q5.Response(w, respObj.ToJsonStr())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *RiskMgr) __opsSyncConf(w* http.ResponseWriter, r *http.Request) {
|
||||||
|
}
|
||||||
|
2
third_party/f5
vendored
2
third_party/f5
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 69df47f48e1da3bf0a0842469ad9a3f41586041f
|
Subproject commit 3a39acfd9b6490263f5c1dfbebb43298341273df
|
Loading…
x
Reference in New Issue
Block a user