@@ -1290,7 +1290,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,614,392);
// btn1
this.btn1 = new lib.btn1_1();
- this.btn1.name = "kspr";
+ this.btn1.name = "btn1";
this.btn1.parent = this;
this.btn1.setTransform(320.7,918.8,1,1,0,0,0,90,29.5);
this.btn1.alpha = 0;
@@ -18,6 +18,7 @@
<link rel="stylesheet" type="text/css" href="./css/main.css?v=1">
<link rel="stylesheet" type="text/css" href="./css/music.css?v=1">
<script src="https://cdn.bootcss.com/SoundJS/1.0.2/soundjs.min.js"></script>
+ <script src="http://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
</head>
<body onload="getInfo()">
<!-- loading -->
@@ -192,7 +192,7 @@ public class UserController {
@RequestParam String url,
HttpServletResponse response) throws Exception {
HttpRespMsg msg = new HttpRespMsg();
-
+ System.out.println("接收到url=="+url);
WxParamExample example = new WxParamExample();
Date d = new Date(System.currentTimeMillis() - WX_TOKEN_EXPIRE);
example.createCriteria().andIndateGreaterThan(d);