客服需求-项目负责人改造(加密传递) 根据项目编号查询
This commit is contained in:
@ -329,10 +329,10 @@ public class RSAUtil {
|
|||||||
System.out.println("公钥加密——私钥解密---------------");
|
System.out.println("公钥加密——私钥解密---------------");
|
||||||
System.out.println("");
|
System.out.println("");
|
||||||
List<String> list = new ArrayList<>();
|
List<String> list = new ArrayList<>();
|
||||||
list.add("1833431789433962496");
|
list.add("1833431789433962497");
|
||||||
list.add("1833333549884686336");
|
list.add("1833333549888880640");
|
||||||
list.add("1833047764807839744");
|
list.add("1833047764807839745");
|
||||||
list.add("1833043779094966272");
|
list.add("1833043779094966273");
|
||||||
String source = JSONArray.toJSONString(list);
|
String source = JSONArray.toJSONString(list);
|
||||||
System.out.println("\r加密前文字:\r\n" + source);
|
System.out.println("\r加密前文字:\r\n" + source);
|
||||||
String encodedData = encryptByPublicKey64(source, publicKey);
|
String encodedData = encryptByPublicKey64(source, publicKey);
|
||||||
|
@ -28,6 +28,11 @@ public class ProjectInfo implements Serializable {
|
|||||||
@ApiModelProperty(value = "主键")
|
@ApiModelProperty(value = "主键")
|
||||||
@JsonSerialize(using = ToStringSerializer.class)
|
@JsonSerialize(using = ToStringSerializer.class)
|
||||||
private String id;
|
private String id;
|
||||||
|
/**
|
||||||
|
* 项目流水号
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "项目流水号")
|
||||||
|
private String projectBizNum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 招标项目责任人(代理机构项目经理)id
|
* 招标项目责任人(代理机构项目经理)id
|
||||||
|
Reference in New Issue
Block a user