fix:兑换码新增、复制请求新增addCode标识

This commit is contained in:
wangsongsole 2022-09-30 10:21:46 +08:00
parent 5357a6b41e
commit c864e82dea
1 changed files with 2 additions and 1 deletions

View File

@ -643,7 +643,8 @@ export default class exchangeAdd extends React.Component {
reseller_name: this.state.reseller.name,
company_name: this.state.reseller.company_name,
receive_email: this.state.reseller.receive_email,
payment_direction: this.state.payment_direction[this.state.paytype - 1]
payment_direction: this.state.payment_direction[this.state.paytype - 1],
addCode: true
}
return data
}