feat: complete wechat pay
This commit is contained in:
@@ -23,7 +23,7 @@ type pays struct {
|
||||
|
||||
// Callback
|
||||
//
|
||||
// @Router /pay/callback/:channel [get]
|
||||
// @Router /pay/callback/:channel [post]
|
||||
// @Bind channel path
|
||||
func (ctl *pays) Callback(ctx fiber.Ctx, channel string) error {
|
||||
log := log.WithField("method", "pays.Callback")
|
||||
|
||||
Reference in New Issue
Block a user