推理业务输出数据定义。
1 2 3 4
class MxDataOutput: def __init__(self): self.errorCode = None self.data = None
参数名
类型
说明
errorCode
int
输出错误码。
data
bytes
输出结果数据。