From e52efb1e613c26f9208bc7ab9a35bda4d450ec63 Mon Sep 17 00:00:00 2001 From: dorlolo <428192774@qq.com> Date: Mon, 20 Feb 2023 12:51:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E7=94=A8=E6=88=B7=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=81=9A=E4=BA=86=E9=87=8D=E6=96=B0=E5=88=86?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/fonchain-artistinfo.iml | 7 +- .idea/modules.xml | 8 + .idea/workspace.xml | 71 +- cmd/internal/controller/artisrInfo.go | 60 +- cmd/internal/dao/artistInfo.go | 278 +- cmd/internal/dao/artwork.go | 4 +- cmd/internal/dao/contract.go | 105 +- cmd/internal/logic/artistInfo.go | 15 +- cmd/logs/artist_server.log | 3288 +++++++++++++ cmd/model/model.go | 4 +- cmd/model/real_name.go | 34 +- cmd/model/user.go | 82 +- conf/xjjdev/conf.ini | 30 + conf/xjjdev/dubbogo.yaml | 77 + conf/xjjdev/sdk.real.yaml | 18 + conf/xjjdev/sdk.test.yaml | 18 + conf/xjjdev/sdk.yaml | 18 + go.mod | 127 +- go.sum | 164 +- pb/artist/artist.pb.go | 6429 +++++++++++++++++++++++++ pb/artist/artist.proto | 571 +++ pb/artist/artist.validator.pb.go | 437 ++ pb/artist/artist_triple.pb.go | 1317 +++++ pb/artist/validate.proto | 862 ++++ pb/artist/validator.proto | 78 + pb/artistinfo/artistinfo.pb.go | 2141 ++++---- pb/artistinfo/artistinfo.proto | 161 +- pb/artistinfo/artistinfo_triple.pb.go | 184 +- pkg/db/init.go | 3 +- pkg/service/init.go | 6 +- 30 files changed, 14856 insertions(+), 1741 deletions(-) create mode 100644 .idea/modules.xml create mode 100644 conf/xjjdev/conf.ini create mode 100644 conf/xjjdev/dubbogo.yaml create mode 100644 conf/xjjdev/sdk.real.yaml create mode 100644 conf/xjjdev/sdk.test.yaml create mode 100644 conf/xjjdev/sdk.yaml create mode 100644 pb/artist/artist.pb.go create mode 100644 pb/artist/artist.proto create mode 100644 pb/artist/artist.validator.pb.go create mode 100644 pb/artist/artist_triple.pb.go create mode 100644 pb/artist/validate.proto create mode 100644 pb/artist/validator.proto diff --git a/.idea/fonchain-artistinfo.iml b/.idea/fonchain-artistinfo.iml index 7ee078d..5e764c4 100644 --- a/.idea/fonchain-artistinfo.iml +++ b/.idea/fonchain-artistinfo.iml @@ -1,4 +1,9 @@ - + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2b361cd --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 31d7ad9..9ffa3a0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,37 +4,43 @@