测试接口

This commit is contained in:
苏尹岚
2020-08-27 10:17:40 +08:00
parent 5f9ccc318f
commit cfacd42804
2 changed files with 6 additions and 5 deletions

View File

@@ -279,7 +279,7 @@ func (c *JxOrderController) GetMyPriceDefendOrders() {
// @router /TestDefend [get]
func (c *JxOrderController) TestDefend() {
c.callTestDefend(func(params *tJxorderTestDefendParams) (retVal interface{}, errCode string, err error) {
localjx.CreateOrderByPriceDefend(params.Ctx)
err = localjx.CreateOrderByPriceDefend(params.Ctx)
return retVal, "", err
})
}