1
This commit is contained in:
@@ -81,3 +81,17 @@ func (c *BiddingController) GetStoreBindStatus() {
|
||||
return nil, "", nil
|
||||
})
|
||||
}
|
||||
|
||||
// NeedDeleteGetStoreBindStatus 查询门店是否绑定成功,成功之后创建本地门店
|
||||
// 查询门店是否绑定成功,成功之后创建本地门店
|
||||
// @Title 查询门店是否绑定成功,成功之后创建本地门店
|
||||
// @Description 查询门店是否绑定成功,成功之后创建本地门店
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /NeedDeleteGetStoreBindStatus [get]
|
||||
func (c *BiddingController) NeedDeleteGetStoreBindStatus() {
|
||||
c.callNeedDeleteGetStoreBindStatus(func(params *tBindNeedDeleteGetStoreBindStatusParams) (interface{}, string, error) {
|
||||
dd := bidding.QueryNeedDeleteSku()
|
||||
return dd, "", nil
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user