This commit is contained in:
liangzai 2025-07-25 15:57:48 +08:00
parent 15a4c49b06
commit b7f6016abb

View File

@ -127,6 +127,11 @@ func (l *COMB86PMLogic) COMB86PM(req *types.Request) (resp string, err *errs.App
"type": 3, "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) logx.Infof("sourceId:%s,请求参数:%v", apiRequests[i].SourceId, apiRequests[i].Request)
} }