提交 2a524a43 authored 作者: 钟是志's avatar 钟是志

测试效果

上级 b9ba1d92
......@@ -371,4 +371,30 @@ export const getUiaRequest = (data) => { // 2.0的登录接口
})
}
// export const testGetUiaRequest = (data) => { // 2.0的登录接口
// return fetch('http://scjoyedu.eicp.net:7180/ocr/api/diff', {
// credentials: 'omit',
// mode: 'cors',
// headers:{
// Accept: 'application/json',
// // 'Content-Type': 'multipart/form-data',
// },
// method: 'POST',
// body: objectToFormData({right: '123', left: '456'}),
// }).then(response => {
// return response.json();
// }).then((g) => {
// if(g && g.access_token){
// g.token = g.access_token;
// return g;
// }else{
// if(g && g.message){
// message.warn(g.message);
// }
// return false;
// }
// })
// }
export default request;
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论