特殊任务购买
This commit is contained in:
@@ -198,8 +198,19 @@ func (c *JobController) ImprotMtMembers() {
|
||||
c.callImprotMtMembers(func(params *tJobImprotMtMembersParams) (retVal interface{}, errCode string, err error) {
|
||||
var mtMembers []*model.MtMember
|
||||
if err = jxutils.Strings2Objs(params.Payload, &mtMembers); err == nil {
|
||||
|
||||
err = cms.ImprotMtMembers(params.Ctx, mtMembers)
|
||||
}
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 特殊任务购买
|
||||
// @Description 特殊任务购买
|
||||
// @Param token header string true "认证token"
|
||||
// @Param jobID formData int true "任务ID"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /BuySpecialJob [post]
|
||||
func (c *JobController) BuySpecialJob() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user