Skip to content

Commit eda057e

Browse files
committed
CVAuto:解决断言纠错报错不能传 userId
1 parent 0fe5780 commit eda057e

File tree

1 file changed

+2
-1
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/cv/js

1 file changed

+2
-1
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/cv/js/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6795,7 +6795,7 @@ https://github.com/Tencent/APIJSON/issues
67956795
Random: {
67966796
id: -(index || 0) - 1, //表示未上传
67976797
toId: random.id,
6798-
// userId: random.userId || doc.userId,
6798+
userId: random.userId || doc.userId,
67996799
documentId: random.documentId || doc.id,
68006800
count: 1,
68016801
name: '分析位于 ' + index + ' 的这张图片',
@@ -6926,6 +6926,7 @@ https://github.com/Tencent/APIJSON/issues
69266926
if (isPost) {
69276927
r.id = undefined
69286928
}
6929+
r.userId = undefined
69296930

69306931
this.request(true, REQUEST_TYPE_POST, REQUEST_TYPE_JSON, this.server + (isPost ? '/post' : '/put'), {
69316932
Random: r,

0 commit comments

Comments
 (0)