This commit is contained in:
邹宗楠
2025-04-27 10:17:40 +08:00
parent cf38acc037
commit 1a5a3ffc29
14 changed files with 920 additions and 156 deletions

View File

@@ -29,8 +29,8 @@ func init() {
func TestQueryOneStore(t *testing.T) {
api = New("6705486294797503379", "c1e6c280-e618-4103-9d0a-673bc54fb22e", "51658", "")
//token, err := api.GetAccessToken()
api.accessToken = "8cffab79-4dab-4a9a-a609-c1ff6b14109b"
data, err := api.GetStore("20002")
api.accessToken = "eb855784-ca08-460b-be73-5681ceb28222"
data, err := api.GetStore("5000009")
fmt.Println(data)
fmt.Println(err)
}