- refactor.

This commit is contained in:
gazebo
2018-06-13 11:41:48 +08:00
parent 0fc65c457a
commit 892c814b0e
4 changed files with 27 additions and 19 deletions

View File

@@ -4,6 +4,7 @@ import (
"net/http"
"testing"
"git.rosy.net.cn/baseapi/utils"
"go.uber.org/zap"
)
@@ -19,7 +20,7 @@ func init() {
}
func TestTest(t *testing.T) {
sugarLogger.Debug(getCurTimeStr())
sugarLogger.Debug(utils.GetCurTimeStr())
}
func TestAccessJDQuery(t *testing.T) {