This commit is contained in:
苏尹岚
2021-04-21 14:34:45 +08:00
parent 9b3cad6488
commit 20bc619947
2 changed files with 923 additions and 915 deletions

View File

@@ -587,10 +587,9 @@ func (c *JobController) ShareUnionLink() {
// @Param jobOrderID query int true "接取任务ID"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /ShareUnionLink [post]
//func (c *JobController) ShareUnionLink() {
// c.callShareUnionLink(func(params *tJobShareUnionLinkParams) (retVal interface{}, errCode string, err error) {
// retVal, err = cms.ShareUnionLink(params.Ctx, params.JobID, params.LinkType)
// return retVal, "", err
// })
//}
// @router /GetUnionJobOrderInfo [get]
func (c *JobController) GetUnionJobOrderInfo() {
c.callGetUnionJobOrderInfo(func(params *tJobGetUnionJobOrderInfoParams) (retVal interface{}, errCode string, err error) {
return retVal, "", err
})
}

File diff suppressed because it is too large Load Diff