# v1.2.1 更新内容
## 更新列表
1. 短信后台升级,更新供应商
2. 替换官方swagger文档提升友好和易用[swagger-bootstrap-ui] https://doc.xiaominfo.com/knife4j
3. 添加商品分类必要素材,可在配置好图片服务后自行维护
This commit is contained in:
@@ -88,9 +88,9 @@ export default {
|
||||
getNumber() {
|
||||
smsInfoApi().then(async res => {
|
||||
const data = res
|
||||
this.numbers = data.number
|
||||
this.sendTotal = data.send_total
|
||||
this.amount = data.number + data.send_total
|
||||
this.numbers = data.num
|
||||
this.sendTotal = data.surp
|
||||
this.amount = data.num + data.surp
|
||||
this.smsAccount = data.account
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user