|
@@ -13,6 +13,7 @@ import kd.bos.orm.query.QCP;
|
|
|
import kd.bos.orm.query.QFilter;
|
|
|
import kd.bos.sdk.util.KHttpClientUtils;
|
|
|
import kd.bos.servicehelper.BusinessDataServiceHelper;
|
|
|
+import nckd.base.helper.CommonHelperUtils;
|
|
|
import org.apache.commons.codec.binary.Base64;
|
|
|
import org.apache.commons.lang3.ObjectUtils;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
@@ -119,8 +120,9 @@ public class FanWeiSSOAuthtication extends ThirdAppAuthtication {
|
|
|
userUrl = userUrl + "?eteam_token=" + token + "&xybs=" + syscode;
|
|
|
|
|
|
logger.info("获取泛微用户url:" + userUrl);
|
|
|
+ String bodyString = CommonHelperUtils.buildEsbApiBodyJSON(null);
|
|
|
|
|
|
- apiResult = KHttpClientUtils.postjson(userUrl, header, "{}");
|
|
|
+ apiResult = KHttpClientUtils.postjson(userUrl, header, bodyString);
|
|
|
} catch (IOException e) {
|
|
|
logger.info(e.getMessage());
|
|
|
|