feat: Async loading midjourney job for mobile MidJourney page

This commit is contained in:
RockYang
2024-03-20 18:39:14 +08:00
parent 5cdada8265
commit 7bb539a06e
2 changed files with 80 additions and 48 deletions
+1 -1
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(),
})