导入美团绘图那
This commit is contained in:
@@ -190,11 +190,16 @@ func (c *JobController) AuditJob() {
|
||||
// @Title 导入美团会员
|
||||
// @Description 导入美团会员
|
||||
// @Param token header string true "认证token"
|
||||
// @Param payload formData string true "mtmembers struct"
|
||||
// @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) {
|
||||
var mtMembers []*model.MtMember
|
||||
if err = jxutils.Strings2Objs(params.Payload, &mtMembers); err == nil {
|
||||
|
||||
}
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user