榴莲果首页
This commit is contained in:
parent
538d243657
commit
ef61312d19
|
@ -165,21 +165,18 @@
|
||||||
|
|
||||||
api.durian.consume({
|
api.durian.consume({
|
||||||
data: {
|
data: {
|
||||||
//
|
|
||||||
properties: {
|
|
||||||
// 交易对方的用户id
|
// 交易对方的用户id
|
||||||
targetUserId: form.targetUserId,
|
targetUserId: form.targetUserId,
|
||||||
// 交易类型
|
// 交易类型
|
||||||
transactionType: 10,
|
transactionType: 10,
|
||||||
// 榴莲果交易数量
|
// 榴莲果交易数量
|
||||||
fruitAmount: form.fruitAmount,
|
fruitAmount: form.fruitAmount,
|
||||||
},
|
// 对方姓名
|
||||||
// 对方姓名
|
name: `${form.first}${form.name}`,
|
||||||
name: `${form.first}${form.name}`,
|
// 对方账号
|
||||||
// 对方账号
|
account: form.account,
|
||||||
account: form.account,
|
// 二级密码
|
||||||
// 二级密码
|
secondPassword: ev
|
||||||
secondPassword: ev,
|
|
||||||
}
|
}
|
||||||
}).then(rs => {
|
}).then(rs => {
|
||||||
if (rs.code === 200) {
|
if (rs.code === 200) {
|
||||||
|
|
Loading…
Reference in New Issue