Browse Source

16知情谈话插件

detailsPage
aBin 4 years ago
parent
commit
27557026c8
  1. 6
      index.html

6
index.html

@ -184,12 +184,12 @@
}
});
fetch('https://www.tall.wiki/gateway/qcp/v3.0/patient/aidRecord', {
headers: {
headers: new Headers({
'Authorization': 'Bearer ' + that.token,
'Content-Type': 'application/json;charset=utf-8'
},
}),
method: 'POST',
mode: 'no-cors',
mode: 'cors',
body: params
}).then(function(response) {
return response.json();

Loading…
Cancel
Save