diff --git a/plugins/op_waf/index.py b/plugins/op_waf/index.py index 0bc21394d..60d409d46 100755 --- a/plugins/op_waf/index.py +++ b/plugins/op_waf/index.py @@ -974,9 +974,9 @@ def setRetry(): ## 修复数据类型错误 tmp = args - tmp['cycle'] = int(tmp['retry']) - tmp['limit'] = int(tmp['retry_time']) - tmp['endtime'] = int(tmp['retry_cycle']) + tmp['retry'] = int(tmp['retry']) + tmp['retry_time'] = int(tmp['retry_time']) + tmp['retry_cycle'] = int(tmp['retry_cycle']) cobj['retry'] = tmp cjson = mw.getJson(cobj)