.teardown_hook("${get_field_codetype($response)}") .validate() .assert_equal("status_code", 200)
其中.teardown_hook 的 get_field_codetype() 会返回一个字典类型的参数
问题 1:怎么接收这个参数 问题 2: 怎么传入下个 Step 的.with_json 中