兑换加token

This commit is contained in:
red-deng-deng 2021-11-28 20:52:51 +08:00
parent 8a889461c5
commit b4ef516e96
1 changed files with 2 additions and 2 deletions

View File

@ -393,12 +393,12 @@
"key": sessionStorage.getItem('key'), "key": sessionStorage.getItem('key'),
"product_id": this.product_id, "product_id": this.product_id,
"account": this.account, "account": this.account,
"code_batch_id": this.codebid "code_batch_id": this.codebid,
"token":sessionStorage.getItem('token')
} }
req.axiosPostusage('/key/usage', data).then(res => { req.axiosPostusage('/key/usage', data).then(res => {
if (res.code == 200) { if (res.code == 200) {
console.log(375, res);
// 查询订单接口 // 查询订单接口
this.popboxtype = '成功'; this.popboxtype = '成功';
this.popboxshow = true; this.popboxshow = true;