榴莲果首页

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({
data: {
//
properties: {
// id
targetUserId: form.targetUserId,
//
transactionType: 10,
//
fruitAmount: form.fruitAmount,
},
//
name: `${form.first}${form.name}`,
//
account: form.account,
//
secondPassword: ev,
//
name: `${form.first}${form.name}`,
//
account: form.account,
//
secondPassword: ev
}
}).then(rs => {
if (rs.code === 200) {