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