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