fix:兑换码新增、复制请求新增addCode标识
This commit is contained in:
parent
5357a6b41e
commit
c864e82dea
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue