regenerate code

This commit is contained in:
wb-hx510875
2020-03-26 17:27:13 +08:00
committed by Axios
parent cba94f2119
commit f0c2600a26
6249 changed files with 188711 additions and 43443 deletions

View File

@@ -47,6 +47,8 @@ void DescribeVerifyRecordsResult::parse(const std::string &payload)
recordsListObject.bizType = valueRecordsListRecords["BizType"].asString();
if(!valueRecordsListRecords["BizId"].isNull())
recordsListObject.bizId = valueRecordsListRecords["BizId"].asString();
if(!valueRecordsListRecords["DataStats"].isNull())
recordsListObject.dataStats = valueRecordsListRecords["DataStats"].asString();
if(!valueRecordsListRecords["VerifyId"].isNull())
recordsListObject.verifyId = valueRecordsListRecords["VerifyId"].asString();
if(!valueRecordsListRecords["FinishTime"].isNull())