StringValue接口 接口功能获取请求体字符类型的序列号,多为请求体序列号类似为string类型请求体使用。 接口格式const std::string &StringValue() const; 接口参数无。 使用样例std::string stringVal = requestId->StringValue(); 返回值返回请求体对象字符类型序列号,若请求体对象为uint64_t类型,会返回空序列号。 父主题: RequestId