|
@@ -34,7 +34,7 @@ export function getWordInfo(data = {}) {
|
|
|
timeout: 20000
|
|
|
})
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
export function getWordInfoYk(data = {}) {
|
|
|
return request({
|
|
|
'url': '/common/word/info',
|
|
@@ -94,7 +94,7 @@ export function getWordShouCang(data = {}) {
|
|
|
timeout: 20000
|
|
|
})
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
export function wordXuewan(data = {}) {
|
|
|
return request({
|
|
|
'url': '/app/word/xuewan',
|
|
@@ -106,3 +106,15 @@ export function wordXuewan(data = {}) {
|
|
|
timeout: 20000
|
|
|
})
|
|
|
}
|
|
|
+
|
|
|
+export function getWordCancel(data = {}) {
|
|
|
+ return request({
|
|
|
+ 'url': '/app/word/collect',
|
|
|
+ headers: {
|
|
|
+ isToken: true
|
|
|
+ },
|
|
|
+ method: 'post',
|
|
|
+ data,
|
|
|
+ timeout: 20000
|
|
|
+ })
|
|
|
+}
|