修复检验茧票不保存僵蚕数量的问题;修改实验室仪评指标联检测为版本V2

This commit is contained in:
BBIT-Kai
2025-10-11 11:07:04 +08:00
parent 2a6f930f03
commit c1f4386747
5 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export async function refreshTicketImageList() {
* 上传图片分析任务
*/
export async function createTicketImageTask(formData: FormData) {
return pyRequestClient.post('/llm/createTicketImageTask', formData, {
return pyRequestClient.post('/llm/createTicketImageTaskV2', formData, {
headers: {
'Content-Type': 'multipart/form-data',
},