Result对象初始化。
def __init__(self, response, verbose)
参数名
参数类型
输入/输出
说明
response
JSON对象
输入
编码后的JSON对象。
verbose
bool
是否打印详细日志。
无