chengjie 2 meses atrás
pai
commit
1dc557615b
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/api/miaoguo/literacyController.js

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

@@ -147,7 +147,7 @@ export async function GetMiaoguoAISearch(ctx) {
147 147
                     }
148 148
                     result={};
149 149
                     result.CHN={};
150
-                    result.CHN.Hanzi=param.Word;
150
+                    result.CHN.HanZi=param.Word;
151 151
                     result.CHN.KaitiArr=KaitiArr;
152 152
                     result.CHN.BiShunArr2=BiShunArr;
153 153
 
@@ -166,7 +166,7 @@ export async function GetMiaoguoAISearch(ctx) {
166 166
                     let eng={};
167 167
                     eng.Word=param.Word;
168 168
                     eng.Paraphrase={
169
-                        PartOfSpeech:"",
169
+                        PartOfSpeech:"释义",
170 170
                         ParaphraseList:result2.englishWord.join(","),
171 171
                     }
172 172