feat: update

This commit is contained in:
Rogee
2025-04-30 21:17:44 +08:00
parent 9a66277dd7
commit 9bd5fe04ad
4 changed files with 4 additions and 28 deletions

View File

@@ -30,7 +30,7 @@ func (s WechatPayNotify) InsertOpts() InsertOpts {
}
}
func (WechatPayNotify) Kind() string { return "wechat_callback" }
func (WechatPayNotify) Kind() string { return "wechat_pay_notify" }
func (a WechatPayNotify) UniqueID() string { return a.Kind() }
var _ Worker[WechatPayNotify] = (*WechatPayNotifyWorker)(nil)