|
@@ -78,14 +78,10 @@ public class DaSuSign {
|
78
|
78
|
System.out.println(timeMillis);
|
79
|
79
|
TreeMap<String, Object> treeMap = new TreeMap<>();
|
80
|
80
|
treeMap.put("appid", "dssdw2576sd997");
|
81
|
|
- //treeMap.put("communityId", "100");
|
82
|
|
- //treeMap.put("userId", "15195984759");
|
|
81
|
+ treeMap.put("datetime","1560223595398");
|
83
|
82
|
treeMap.put("encrypt", "md5");
|
84
|
|
- treeMap.put("datetime","1560158072888");
|
85
|
|
- treeMap.put("userName","流川枫");
|
86
|
|
- treeMap.put("idCard","320324199011255522");
|
87
|
|
- treeMap.put("gender","1");
|
88
|
|
- treeMap.put("phone","15195984759");
|
|
83
|
+ treeMap.put("communityId", "107");
|
|
84
|
+ //treeMap.put("carNo","苏A90GM7");
|
89
|
85
|
String sign = createSign(treeMap, "fgexhd855sf4");
|
90
|
86
|
}
|
91
|
87
|
|