1
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user