|
@@ -36,20 +36,17 @@ public class WxaUserApiController extends WxaController {
|
|
|
renderText("testruselt");
|
|
|
} catch (Exception e) {
|
|
|
// TODO: handle exception
|
|
|
- renderText(e.toString());
|
|
|
-
|
|
|
-
|
|
|
+ renderText(e.toString());
|
|
|
|
|
|
}
|
|
|
|
|
|
-
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 获取跳转微信小程序urllink
|
|
|
*/
|
|
|
public void getOpenWxaUrl() {
|
|
|
- this.redirect("https://wxaurl.cn/KOCAPPXkvsm");
|
|
|
+ this.redirect("https://wxaurl.cn/scQ5u4C77pb");
|
|
|
}
|
|
|
|
|
|
/**
|