This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_pay
Watch
4
Star
1
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
update
tags/v1.1.2
DengBiao
2 years ago
parent
75997d62fb
commit
95b3b9f7c3
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pay/init.go
+0
-1
pay/logs/zyos_website.log
+ 1
- 0
pay/init.go
View File
@@ -26,6 +26,7 @@ func Init(host, name, user, psw string) error {
cfg.MaxLifetime = 30
cfg.MaxOpenConns = 100
cfg.MaxIdleConns = 100
cfg.Path = "logs/%s.log"
if err := db.InitDB(&cfg); err != nil {
return err
}
+ 0
- 1
pay/logs/zyos_website.log
View File
@@ -1 +0,0 @@
[xorm] [info] 2022/04/27 15:58:13.777967 [SQL] SELECT `id`, `channel_id`, `identifier`, `master_id`, `master_nickname`, `app_id` FROM `pay_channel_master` WHERE (app_id = ?) AND (identifier = ?) LIMIT 1 [35618318 mall] - 27.4838ms
Write
Preview
Loading…
Cancel
Save