mt member
This commit is contained in:
@@ -186,3 +186,15 @@ func (c *JobController) AuditJob() {
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 导入美团会员
|
||||
// @Description 导入美团会员
|
||||
// @Param token header string true "认证token"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /ImprotMtMembers [post]
|
||||
func (c *JobController) ImprotMtMembers() {
|
||||
c.callImprotMtMembers(func(params *tJobImprotMtMembersParams) (retVal interface{}, errCode string, err error) {
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user