Commit 13c6a884 by wang

新增ladder_price查询接口 开始

parent 542e0f5b
......@@ -17,4 +17,5 @@ cmd.exe~
/vm.sh
/cmd/http
/doc/spuTest
/doc/test3
package controller
import (
"github.com/gin-gonic/gin"
)
func SkuLadderprice(ctx *gin.Context) {
}
\ No newline at end of file
package model
type LadderPriceRequest struct {
GoodsId string `json:"goods_id" form:"goods_id" binding:"required"`
Num string `json:"num" form:"num" binding:"required"`
Currency int `json:"currency" form:"currency" binding:"required"`
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment