Merge branch 'feature-refund_v2-wxy-20241204' into test
This commit is contained in:
commit
944595752c
|
@ -676,7 +676,7 @@ func (s *CronService) ClearVeriCodeWrongTimes(ctx context.Context, param *xxl.Ru
|
||||||
return "vericode_wrong_times collection has been cleared"
|
return "vericode_wrong_times collection has been cleared"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *CronService) UserRefundAuditTimes(param *xxl.RunReq) (msg string) {
|
func (s *CronService) UserRefundAuditTimes(ctx context.Context, param *xxl.RunReq) (msg string) {
|
||||||
logger.Info("task %v param: %v log_id: %v", param.ExecutorHandler, param.ExecutorParams, xxl.Int64ToStr(param.LogID))
|
logger.Info("task %v param: %v log_id: %v", param.ExecutorHandler, param.ExecutorParams, xxl.Int64ToStr(param.LogID))
|
||||||
logger.Info("user_refund_audit_times collection...")
|
logger.Info("user_refund_audit_times collection...")
|
||||||
err := _DefaultVas.UserRefundAuditTimes(&gin.Context{})
|
err := _DefaultVas.UserRefundAuditTimes(&gin.Context{})
|
||||||
|
|
Loading…
Reference in New Issue