package order import ( "applet/app/admin/svc/order" "github.com/gin-gonic/gin" ) func GoodsPayCalcAmount(c *gin.Context) { order.GoodsPayCalcAmount(c) } func GoodsPayCreate(c *gin.Context) { order.GoodsPayCreate(c) }