From 8289eaef8e5aaa7126a9cdc3834b4ee8faedbd99 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Mon, 26 Feb 2018 10:43:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E7=82=B9=E6=9B=B4=E6=96=B0=EF=BC=9A20?= =?UTF-8?q?18-02-26=2010:43:04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/jbls/main.go | 2 +- utils/jwt/demo.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/jbls/main.go b/utils/jbls/main.go index 6dbd0a4..eb4284d 100755 --- a/utils/jbls/main.go +++ b/utils/jbls/main.go @@ -64,7 +64,7 @@ func routerBinding() { } func index(w http.ResponseWriter, r *http.Request) { - w.Write([]byte("Server is starting!")) + w.Write([]byte("JetBrains License Server is started!")) } func ping(w http.ResponseWriter, r *http.Request) { diff --git a/utils/jwt/demo.json b/utils/jwt/demo.json index c0d3cc2..da3d236 100644 --- a/utils/jwt/demo.json +++ b/utils/jwt/demo.json @@ -1,5 +1,6 @@ { "foo": "bar", "exp": "2108-02-03", - "info": "jjjkk" + "info": "jjjkk", + "other": "靠捡垃圾困了就睡打发士大夫斯柯达房间爱劳动法" } \ No newline at end of file