This commit is contained in:
richboo111
2022-11-18 13:40:39 +08:00
parent 31d81e0f9a
commit 6045b42c52
2 changed files with 4 additions and 1 deletions

View File

@@ -167,7 +167,7 @@ func TestAa2(t *testing.T) {
fmt.Println(api.signParams(apiURL+"/oauth/authorize?", map[string]interface{}{
"timestamp": time,
"app_id": "5873",
"app_poi_code": "5873_2705892",
"app_poi_code": "12422751",
"response_type": "token",
}), time)
}