Commit d4701f43 authored by luzhuang's avatar luzhuang

log

parent 0d59302a
......@@ -48,6 +48,7 @@ public class MTMicroappApiRequestClient {
public Ret<List<String>> haveJurisdictionUserFast(HaveJurisdictionReqDTO haveJurisdictionReqDTO) {
haveJurisdictionReqDTO.setAppId(appId);
log.debug("-------------调用通知权限验证接口传参haveJurisdictionReqDTO------>>"+haveJurisdictionReqDTO);
Ret<List<String>> ret = microappFeignClient.haveJurisdictionUserFast(haveJurisdictionReqDTO,zxClientType,zxAccountId);
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment