1
This commit is contained in:
@@ -195,7 +195,7 @@ func (c *BiddingController) GetSupermarketSign() {
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /DownSupermarketSign [post]
|
||||
func (c *BiddingController) DownSupermarketSign() {
|
||||
c.callGetSupermarketSign(func(params *tBindGetSupermarketSignParams) (retVal interface{}, hint string, err error) {
|
||||
c.callDownSupermarketSign(func(params *tBindDownSupermarketSignParams) (retVal interface{}, hint string, err error) {
|
||||
var (
|
||||
stores []*model.SupermarketSign
|
||||
excelBin []byte
|
||||
|
||||
Reference in New Issue
Block a user