axios({
url: '后端提供的接口地址',
method: 'post',
data: {
code: 5016,
data: {
id: this.gifsId,
employee: this.employee,
giftCount: this.getPrice
}
}
})
.then(res => {
if(res.success && res.Code === 0) {
}
})
axios({
url: '后端提供的接口地址',
method: 'post',
data: {
code: 5016,
data: {
id: this.gifsId,
employee: this.employee,
giftCount: this.getPrice
}
}
})
.then(res => {
if(res.success && res.Code === 0) {
}
})