This commit is contained in:
aozhiwei 2024-07-25 10:48:01 +08:00
parent 2b5788e7ae
commit f0c220f2ea

View File

@ -84,6 +84,10 @@ func (this *sApiForward) IncReadRspErrTimes() {
}
func (this *sApiForward) IncRefuseTimes() {
}
func (this *sApiForward) UpdateCostTime(costTime int64) {
}