Merge branch 'feature/yuandan' into dev
This commit is contained in:
commit
03b774b73e
@ -25,7 +25,7 @@ export default async function (call: ApiCall<ReqZLRec, ResZLRec>) {
|
|||||||
if (!item) call.errorCode(-4)
|
if (!item) call.errorCode(-4)
|
||||||
})
|
})
|
||||||
|
|
||||||
let prize = [gift.prize, ...call.req.dlz]
|
let prize = [...gift.prize, ...call.req.dlz]
|
||||||
|
|
||||||
await PlayerFun.sendPrize(call, prize);
|
await PlayerFun.sendPrize(call, prize);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user