This commit is contained in:
邹宗楠
2022-12-05 17:25:24 +08:00
parent b192d2723b
commit 746fed9efa
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import (
"time"
)
var token = `{"access_token":"8de708c3-f2d1-4b45-bc56-31f704ca0f1e","expires_in":1670227126,"scope":"SCOPE","shop_id":57939570,"shop_name":"京西菜市速食","refresh_token":"86ef17a7-7964-4f57-ae2d-4f8bcbfff97e","authority_id":""}`
var token = `{"access_token":"2baa1126-bba0-4510-8ffa-6af55ba0bdbd","expires_in":1670828768,"scope":"SCOPE","shop_id":57939570,"shop_name":"京西菜市速食","refresh_token":"23b3eb4e-bb00-4b85-952d-de47801de80d","authority_id":""}`
var a = New("7136048270014416392", "c397aa9f-3927-47c4-8cfe-4d84e02602e0", token)
// 查询售后单详情

View File

@@ -235,7 +235,7 @@ func TestUpdateStore(t *testing.T) {
//获取门店绑定仓库
func TestGetWarehouseByStore(t *testing.T) {
resp, err := a.GetWarehouseByStore(65402632)
resp, err := a.GetWarehouseByStore(63520016)
fmt.Println(resp)
fmt.Println(err)
}