aa
This commit is contained in:
@@ -1042,13 +1042,14 @@ func (c *StoreController) GetBrandStore() {
|
||||
// @Title 商家确认参与活动
|
||||
// @Description 商家确认参与活动
|
||||
// @Param token header string false "认证token"
|
||||
// @Param status formData int true "确认或取消,确认1,取消-1"
|
||||
// @Param msgStatusID formData int true "消息状态ID"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /StoreConfirmAct [post]
|
||||
func (c *StoreController) StoreConfirmAct() {
|
||||
c.callStoreConfirmAct(func(params *tStoreStoreConfirmActParams) (retVal interface{}, errCode string, err error) {
|
||||
err = cms.StoreConfirmAct(params.Ctx, params.MsgStatusID)
|
||||
err = cms.StoreConfirmAct(params.Ctx, params.Status, params.MsgStatusID)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user