This commit is contained in:
邹宗楠
2025-10-20 15:22:16 +08:00
parent 8440c44564
commit 1919ca193f
5 changed files with 31 additions and 28 deletions

View File

@@ -26,7 +26,7 @@ func init() {
//api = New("4123", "df2c88338b85f830cebce2a9eab56628", "", "")
//商超
//api = New("5873", "41c479790a76f86326f89e8048964739", "", "token_iJ_KO9kgFiaodJguyydKxg")
//api = New("5873", "41c479790a76f86326f89e8048964739", "", "token_ttis9SGNQXJ9PLMEpilPFQ")
//cookieStr := `
// acctId=57396785; token=0bWbK5VbK50E2BmIhIH2zHB-am_y7mB37yXHm6RLZWx4*; wmPoiId=-1;
//`
@@ -82,3 +82,7 @@ func TestRefreshAccessToken(t *testing.T) {
fmt.Println(utils.Format4Output(result, false))
t.Log(utils.Format4Output(result, false))
}
func Test22(t *testing.T) {
}