Type接口 接口功能获取请求体对象唯一的序列号标识的数据类型。 接口格式DataType Type() const; 接口参数无。 使用样例std::string requestLabel = "123"; RequestId requestId1 = requestLabel; DataType type = requestId1->Type(); 返回值请求体对象唯一的序列号标识的数据类型。 父主题: RequestId