复制上面 auth_code,用Postman调用接口换取 access_token
POST https://ad.oceanengine.com/open_api/oauth2/token/ Content-Type:application/json { "app_id": "1871964131597443", "secret": "4", "auth_code": "3", "grant_type": "auth_code" }