【泛微推送工具类】修改泛微主地址

This commit is contained in:
tanfengling@x-ri.com 2025-10-19 16:20:21 +08:00
parent fdbec53c88
commit ff8eda3b2a
1 changed files with 1 additions and 2 deletions

View File

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