This commit is contained in:
苏尹岚
2021-04-21 16:04:08 +08:00
parent e80007e3ea
commit 5c825f44df
3 changed files with 21 additions and 3 deletions

View File

@@ -590,6 +590,7 @@ func (c *JobController) ShareUnionLink() {
// @router /GetUnionJobOrderInfo [get]
func (c *JobController) GetUnionJobOrderInfo() {
c.callGetUnionJobOrderInfo(func(params *tJobGetUnionJobOrderInfoParams) (retVal interface{}, errCode string, err error) {
retVal, err = cms.GetUnionJobOrderInfo(params.Ctx, params.JobOrderID)
return retVal, "", err
})
}