Files

13 lines
128 B
Go
Raw Permalink Normal View History

2025-09-15 11:09:22 +08:00
package main
type PayOrder struct {
}
func (P *PayOrder) GenerateOrderID() string {
return ""
}
func PayOrderService() {
}