|
@@ -4,7 +4,7 @@ import { http } from '@/utils/http';
|
|
* 为文本生成拼音解析文本
|
|
* 为文本生成拼音解析文本
|
|
*/
|
|
*/
|
|
export function CrateParsedTextInfo_Pinyin(data) {
|
|
export function CrateParsedTextInfo_Pinyin(data) {
|
|
- return http.post(`/OtherSysTool/TextAnalyser/CrateParsedTextInfo_Pinyin`, data);
|
|
|
|
|
|
+ return http.post(`/OtherSysTool/GCLSTeachingServer/TextAnalyser/CrateParsedTextInfo_Pinyin`, data);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|