榴莲果首页

This commit is contained in:
刘英东 2025-01-05 09:09:13 +08:00
parent 538d243657
commit ef61312d19
1 changed files with 6 additions and 9 deletions

View File

@ -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) {