瀏覽代碼

update

tags/v0.2.1
DengBiao 2 年之前
父節點
當前提交
460c3f0891
共有 3 個檔案被更改,包括 2 行新增3 行删除
  1. +0
    -1
      .gitignore
  2. +1
    -1
      pay/init.go
  3. +1
    -1
      pay/pay_test.go

+ 0
- 1
.gitignore 查看文件

@@ -40,6 +40,5 @@ nginx.conf
.devcontainer/Dockerfile
.devcontainer/sources.list
/t1.go
/tmp/*
.idea/*
/.idea/modules.xml

+ 1
- 1
pay/init.go 查看文件

@@ -26,7 +26,7 @@ func Init(host, name, user, psw string) error {
cfg.MaxLifetime = 30
cfg.MaxOpenConns = 100
cfg.MaxIdleConns = 100
cfg.Path = "logs/%s.log"
cfg.Path = "tmp/%s.log"
if err := db.InitDB(&cfg); err != nil {
return err
}


+ 1
- 1
pay/pay_test.go 查看文件

@@ -13,5 +13,5 @@ func TestPay(t *testing.T) {
if err != nil {
t.Errorf("Reverse == %s", err)
}
t.Log(channel.Name)
t.Log(channel.Identifier)
}

Loading…
取消
儲存