address
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
)
|
||||
|
||||
func CreateOrder(ctx *jxcontext.Context, price, orderType int) (order *model.Order, err error) {
|
||||
func CreateOrder(ctx *jxcontext.Context, orderType, price int) (order *model.Order, err error) {
|
||||
var (
|
||||
db = dao.GetDB()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user