Files
zsxt_nbzs_h5/Web/public/doc-code/api/usage.js

11 lines
177 B
JavaScript

this.$api
.apiName(params)
.then((res) => {
/* ... */
})
.catch((error) => {
/* catch */
})
.finally(() => {
/* finally */
})