|
@@ -17,6 +17,7 @@ public class WeixinController {
|
|
@RequestParam("timestamp") String timestamp,
|
|
@RequestParam("timestamp") String timestamp,
|
|
@RequestParam("nonce") String nonce,
|
|
@RequestParam("nonce") String nonce,
|
|
@RequestParam("echostr") String echostr) {
|
|
@RequestParam("echostr") String echostr) {
|
|
|
|
+ System.out.println(echostr+"111111111111111111111111111111222222222222222222222222222-----------------------------------------");
|
|
|
|
|
|
// String[] arr = {TOKEN, timestamp, nonce};
|
|
// String[] arr = {TOKEN, timestamp, nonce};
|
|
// Arrays.sort(arr);
|
|
// Arrays.sort(arr);
|