美团配送cookie设置

This commit is contained in:
苏尹岚
2020-05-29 18:23:19 +08:00
parent 83ec115cbe
commit 6b4ee9a49b
7 changed files with 95 additions and 16 deletions

View File

@@ -27,3 +27,11 @@ func TestGetStoreStatus(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestRefreshToken(t *testing.T) {
result, err := api.RefreshToken()
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}