@@ -387,16 +387,4 @@ export const delwphone = (params) => {
data: params,
timeout: 120000,
})
-}
-export const getDoc = (params) => {
- return axios({
- method: 'get',
- url: `https://www.showdoc.com.cn/refill`,
- withCredentials: true,
- headers: {
- "Content-Type": "application/x-www-form-urlencoded"
- },
- data: params,
- timeout: 120000,
- })
}