fix:添加RunThriftRequest,StepThriftRequestValidation,StepThriftRequestExtraction 到step中

This commit is contained in:
duanchao.bill
2022-04-27 18:05:00 +08:00
parent 2f8f042765
commit 18f3933bae
2 changed files with 7 additions and 2 deletions

View File

@@ -356,8 +356,8 @@ class ThriftJSONEncoder(json.JSONEncoder):
def encode(self, o):
"""Return a JSON string representation of a Python data structure.
JSONEncoder().encode({"foo": ["bar", "baz"]})
'{"foo": ["bar", "baz"]}'
JSONEncoder().encode({"foo": ["bar", "baz"]})
'{"foo": ["bar", "baz"]}'
"""
# This is for extremely simple cases and benchmarks.