Result对象初始化。
def __init__(self, response, verbose)
参数名
参数类型
输入/输出
说明
response
JSON对象
输入
编码后的JSON字符串,JSON对象字符串的大小不能超过10M。
verbose
bool
是否打印详细日志。
无