初始化
This commit is contained in:
9
internal/controller/payment/payment.go
Normal file
9
internal/controller/payment/payment.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package payment
|
||||
|
||||
// ControllerV1 是支付回调控制器。
|
||||
type ControllerV1 struct{}
|
||||
|
||||
// NewV1 创建支付回调控制器实例。
|
||||
func NewV1() *ControllerV1 {
|
||||
return &ControllerV1{}
|
||||
}
|
||||
Reference in New Issue
Block a user