下载
中文
注册

StringValue接口

接口功能

获取请求体字符类型的序列号,多为请求体序列号类似为string类型请求体使用。

接口格式

const std::string &StringValue() const;

接口参数

无。

使用样例

std::string stringVal = requestId->StringValue();

返回值

返回请求体对象字符类型序列号,若请求体对象为uint64_t类型,会返回空序列号。