This commit is contained in:
邹宗楠
2022-06-06 18:35:00 +08:00
parent 46c6cff43d
commit ab7d1edfee
2 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
package localjx
import (
"fmt"
"testing"
"time"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
@@ -13,7 +15,10 @@ func init() {
}
func TestGenOrderNo(t *testing.T) {
loc, _ := time.LoadLocation("Local")
t1, _ := time.ParseInLocation("20060102150405", time.Unix(1654510539,0).Format("20060102150405"), loc)
fmt.Println("t1",t1)
}
func TestGetAvailableDeliverTime(t *testing.T) {