This commit is contained in:
邹宗楠
2022-11-02 16:12:05 +08:00
parent 214dc6eece
commit 7949539a91

View File

@@ -5,6 +5,7 @@ import (
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
"testing"
"time"
)
var token = `{"access_token":"d590b649-0dd9-4988-a5e2-bf7e06e2f105","expires_in":1667808519,"scope":"SCOPE","shop_id":57939570,"shop_name":"京西菜市速食","refresh_token":"f57c6a55-af5f-45ca-8ade-b2282be86341","authority_id":""}`
@@ -29,5 +30,5 @@ func TestGetSkuDetailLocalID(t *testing.T) {
//
func TestName(t *testing.T) {
a.GetSkuDetail("3579733194175557759", "") // 主品
fmt.Println(time.Now().Day())
}