This commit is contained in:
richboo111
2023-07-03 17:00:10 +08:00
parent 41ce1bc7e5
commit 8f9b8071a2
3 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ package weixinapi
import "testing"
func TestSNSRetrieveToken(t *testing.T) {
result, err := api.SNSRetrieveToken("071GLDkl2GTdG64RyXll2GXXe54GLDkc")
result, err := api.SNSRetrieveToken("021UGn0006ICgQ13UC1005f2kD4UGn0r")
if err != nil {
t.Fatal(err.Error())
}