标签:splay xxx something ima eth head data finally rgba
代码样例:
code:
let url = ‘/api/xxx/yyy‘; let paramObj = JSON.stringify( { } ); axios .post(url, paramObj, { headers: { ‘Content-Type‘: ‘application/json; charset=utf-8‘ } }) .then(response => { if (response.data.ResponseStatus) { //do success coding... } else { //do fail coding... } }) .catch(error => { console.log(error) }) .finally(() => { //do something... })
标签:splay xxx something ima eth head data finally rgba
原文地址:https://www.cnblogs.com/insus/p/14939854.html