curl --location --request POST 'http://localhost:9001/ukgsevice/file/getWordQasList' \
--header 'Content-Type: application/json' \
--data-raw '{
"tWordQasVo": {
"fileId": 1
},
"pageNum": 1,
"pageSize": 10
}'{"code":"200","message":null,"data":{"totalPageNum":1,"totalDataNum":1,"pageDatas":[{"id":1,"fileId":1,"state":null,"source":"AI_PARSED_USER","simLarityScore":null,"question":"初年度佣金的发放标准是什么?","answer":"按FYC的100%发放。","aiAnswer":null,"confidenceScore":null,"createdUser":null,"createdTime":"2025-08-01T06:12:26.000+0000","updateTime":null,"updateUser":null}]},"releaseStatus":null,"tHeader":null,"filterVal":null,"qaResultVo":null,"wordResultVo":null}