Browse Source

培训计划

tiaosheng-msz
xuesinan 4 years ago
parent
commit
5b9bffcb5e
  1. 5
      index.html

5
index.html

@ -188,7 +188,10 @@
'Authorization': 'Bearer ' + that.token,
'Content-Type': 'application/json; charset=utf-8'
}),
method: 'POST'
method: 'POST',
body: JSON.stringify({
param: {}
})
})
.then(function(response) {
return response.json();

Loading…
Cancel
Save