Compare commits
2 Commits
c2e08b8d1b
...
eb069ce139
| Author | SHA1 | Date |
|---|---|---|
|
|
eb069ce139 | |
|
|
ff8eda3b2a |
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue