feat: integrate xxl-job-admin to implements automatic task scheduling

This commit is contained in:
RockYang
2024-03-22 13:47:16 +08:00
parent bf5e72b7e0
commit f7a565bb80
15 changed files with 2267 additions and 132 deletions

View File

@@ -89,7 +89,7 @@ func (h *RewardHandler) Verify(c *gin.Context) {
Amount: exchange.Power,
Balance: user.Power + exchange.Power,
Mark: types.PowerAdd,
Model: "",
Model: "众筹支付",
Remark: fmt.Sprintf("众筹充值算力,金额:%f价格%f", item.Amount, h.App.SysConfig.PowerPrice),
CreatedAt: time.Now(),
})