Compare commits

...

2 Commits

Author SHA1 Message Date
tanfengling@x-ri.com eb069ce139 Merge remote-tracking branch 'origin/master' 2025-10-19 16:20:36 +08:00
tanfengling@x-ri.com ff8eda3b2a 【泛微推送工具类】修改泛微主地址 2025-10-19 16:20:21 +08:00
1 changed files with 1 additions and 2 deletions

View File

@ -206,11 +206,10 @@ public class FWRestfulUtils {
String currentDate = getCurrentDate();
//当前时间
String currentTime = getCurrentTime();
//封装请求头参数
RSA rsa = new RSA(null,spk);
//对用户信息进行加密传输,暂仅支持传输OA用户ID
String encryptUserid = rsa.encryptBase64("363", CharsetUtil.CHARSET_UTF_8, KeyType.PublicKey);
String encryptUserid = rsa.encryptBase64("304", CharsetUtil.CHARSET_UTF_8, KeyType.PublicKey);
DynamicObject pushlog = BusinessDataServiceHelper.newDynamicObject("tqq9_fwpushlog");
pushlog.set("name", requestName);