Browse Source

更新

master
huangjiajun 1 week ago
parent
commit
6a2e25b151
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      app/hdl/hdl_index.go
  2. +1
    -1
      go.mod

+ 1
- 0
app/hdl/hdl_index.go View File

@@ -29,6 +29,7 @@ func Base(c *gin.Context) {
"is_super": "0",
"account": user.Username,
"logo": "",
"memo": user.Memo,
"label": "",
"seo_logo": "",
"seo_title": "",


+ 1
- 1
go.mod View File

@@ -36,7 +36,7 @@ require (
require (
code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5
code.fnuoos.com/go_rely_warehouse/zyos_go_third_party_api.git v1.1.21-0.20240830072333-a1980ffb256e
code.fnuoos.com/zhimeng/model.git v0.0.3-0.20241025075517-6c7dfa38feff
code.fnuoos.com/zhimeng/model.git v0.0.3-0.20241025084129-8b263ebe9032
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/jinzhu/copier v0.4.0
)


Loading…
Cancel
Save