Compare commits

..

No commits in common. "eb069ce139338b1615401a0583c476d04fa4f369" and "c2e08b8d1b8b3b02431de5246e93fb446c22da6a" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -206,10 +206,11 @@ 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("304", CharsetUtil.CHARSET_UTF_8, KeyType.PublicKey); String encryptUserid = rsa.encryptBase64("363", 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);