feat: Async loading midjourney job for mobile MidJourney page

This commit is contained in:
RockYang
2024-03-20 18:39:14 +08:00
parent 735aa24020
commit 49438d2ee1
2 changed files with 80 additions and 48 deletions

View File

@@ -478,7 +478,7 @@ func (h *PaymentHandler) notify(orderNo string, tradeNo string) error {
Amount: power,
Balance: user.Power,
Mark: types.PowerAdd,
Model: "",
Model: order.PayWay,
Remark: fmt.Sprintf("%s金额%f订单号%s", opt, order.Amount, order.OrderNo),
CreatedAt: time.Now(),
})