From 8a882f01f6c1402b11033de14239d3089714d0cb Mon Sep 17 00:00:00 2001 From: aarongao Date: Tue, 17 Mar 2020 12:50:30 +0800 Subject: [PATCH] 1.0 --- .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ .idea/jsLinters/jshint.xml | 16 ++++++++++++++++ .idea/letu.iml | 8 ++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .idea/workspace.xml | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ API/Complaint.go | 5 ++--- API/DealyMessage.go | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------- API/Icon.go | 28 ++++++++++++++-------------- API/Investigation.go | 2 +- API/Item.go | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- API/Line.go | 28 +++++++++++++++++++++++++--- API/Operator.go | 188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ API/Scenic.go | 14 ++++++++++++++ API/Shop.go | 27 +++++++++++++++++++++++---- API/Tag.go | 36 ++++++++++++++++++++++++++++++------ API/TopMenus.go | 27 ++++++++++++++++++++++----- API/User.go | 128 +++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------- API/UserLog.go | 3 +-- Bin/Monitor.go | 2 +- Bin/TestiosMeg | Bin 0 -> 12643458 bytes Bin/TestiosMeg.go | 29 +++++++++++++++++++++++++++++ Config/config.go | 16 ++++++++++------ Config/config.json | 4 +++- DB/db.go | 13 ++++++++++++- Lib/Auth/Auth.go | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Lib/DelayMessage/delaymessage.go | 61 +++++++++++++++++++++++++++++++++++++++++-------------------- Lib/JWT/jwt.go | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Lib/LeYouTu/Controllers.go | 26 -------------------------- Lib/LeYouTu/tools.go | 5 ----- main.go | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------ main2.go | 83 ----------------------------------------------------------------------------------- 33 files changed, 1024 insertions(+), 378 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/jsLinters/jshint.xml create mode 100644 .idea/letu.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 API/Operator.go create mode 100755 Bin/TestiosMeg create mode 100644 Bin/TestiosMeg.go create mode 100644 Lib/Auth/Auth.go create mode 100644 Lib/JWT/jwt.go delete mode 100644 Lib/LeYouTu/Controllers.go delete mode 100644 main2.go diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..eff7139 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/jsLinters/jshint.xml b/.idea/jsLinters/jshint.xml new file mode 100644 index 0000000..a9764b7 --- /dev/null +++ b/.idea/jsLinters/jshint.xml @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file diff --git a/.idea/letu.iml b/.idea/letu.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/letu.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e83c291 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..dcf6355 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +