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