|
@@ -283,8 +283,8 @@ export function questionImportFileUpload(data, headData) {
|
|
|
headers: headData,
|
|
|
});
|
|
|
}
|
|
|
-export function questionImportParseRichText(richText) {
|
|
|
- return $httpWithMsg.post(`${QUESTION_API}/word/parse/identify`, richText);
|
|
|
+export function questionImportParseRichText(datas) {
|
|
|
+ return $httpWithMsg.post(`${QUESTION_API}/word/parse/identify`, datas);
|
|
|
}
|
|
|
export function questionImportPaperSave(paperData) {
|
|
|
return $httpWithMsg.post(`${QUESTION_API}/word/parse/save`, paperData);
|