PaymentCenter/app/http/controllers/front/api.go

11 lines
123 B
Go

package front
import (
"fmt"
"github.com/gin-gonic/gin"
)
func WebPay(c *gin.Context) {
fmt.Println("312312312321")
}