chengjie 2 months ago
parent
commit
0919e1a86b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/miaoguo/literacyController.js

+ 2 - 2
src/api/miaoguo/literacyController.js

@@ -165,10 +165,10 @@ export async function GetMiaoguoAISearch(ctx) {
165 165
 
166 166
                     let eng={};
167 167
                     eng.Word=param.Word;
168
-                    eng.Paraphrase={
168
+                    eng.Paraphrase=[{
169 169
                         PartOfSpeech:"释义",
170 170
                         ParaphraseList:result2.englishWord.join(","),
171
-                    }
171
+                    }];
172 172
 
173 173
                     result.ENG=eng;
174 174