fix
This commit is contained in:
parent
15a4c49b06
commit
b7f6016abb
@ -127,6 +127,11 @@ func (l *COMB86PMLogic) COMB86PM(req *types.Request) (resp string, err *errs.App
|
||||
"type": 3,
|
||||
}
|
||||
}
|
||||
if apiRequests[i].SourceId == "MOB032" {
|
||||
apiRequests[i].Request = map[string]interface{}{
|
||||
"mobile": data.MobileNo,
|
||||
}
|
||||
}
|
||||
}
|
||||
logx.Infof("sourceId:%s,请求参数:%v", apiRequests[i].SourceId, apiRequests[i].Request)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user