Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
go_sku_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
13c6a884
authored
Jan 11, 2021
by
wang
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
新增ladder_price查询接口 开始
parent
542e0f5b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
.gitignore
controller/sku_ladderprice_controller.go
model/ladder_price_request.go
.gitignore
View file @
13c6a884
...
...
@@ -17,4 +17,5 @@ cmd.exe~
/vm.sh
/cmd/http
/doc/spuTest
/doc/test3
controller/sku_ladderprice_controller.go
0 → 100644
View file @
13c6a884
package
controller
import
(
"github.com/gin-gonic/gin"
)
func
SkuLadderprice
(
ctx
*
gin
.
Context
)
{
}
\ No newline at end of file
model/ladder_price_request.go
0 → 100644
View file @
13c6a884
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment