This commit is contained in:
苏尹岚
2020-10-20 16:22:23 +08:00
parent 871e88d1e5
commit a6034b3535
3 changed files with 25 additions and 2 deletions

View File

@@ -212,5 +212,8 @@ func (c *JobController) ImprotMtMembers() {
// @Failure 200 {object} controllers.CallResult
// @router /BuySpecialJob [post]
func (c *JobController) BuySpecialJob() {
c.callBuySpecialJob(func(params *tJobBuySpecialJobParams) (retVal interface{}, errCode string, err error) {
errCode, err = cms.BuySpecialJob(params.Ctx, params.JobID)
return retVal, "", err
})
}