dengbiao 1 天之前
父節點
當前提交
b60c3dce2b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/hdl/financial_center/hdl_withdraw.go

+ 1
- 1
app/hdl/financial_center/hdl_withdraw.go 查看文件

@@ -494,7 +494,7 @@ func WithdrawApplyAudit(c *gin.Context) {
return
}

ch.Publish(md2.EggAppExchange, utils.SerializeStr(data), md2.EggFinWithdrawApply)
ch.Publish(md2.EggAppExchange, data, md2.EggFinWithdrawApply)
} else {
//拒绝(退余额、修改提现单失败)
session := db.Db.NewSession()


Loading…
取消
儲存