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