test
This commit is contained in:
parent
7da6f5ba09
commit
1695323ff3
|
@ -48,5 +48,5 @@ func DoRechargeTimeout() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
// go DoRechargeTimeout()
|
go DoRechargeTimeout()
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,5 +35,5 @@ func DoTimeout() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
// go DoTimeout()
|
go DoTimeout()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue