首先是获取授权
$getTokenParamArr = array ( 'grant_type' => 'refresh_token', 'client_id' => '333', 'client_secret' => '333', 'refresh_token' => '333' );
然后查询
旧的版本
https://developers.google.com/android-publisher/authorization https://developers.google.com/android-publisher/archive/v1_1/purchases/get
新的版本 https://developers.google.com/identity/protocols/OAuth2WebServer
https://developers.google.com/android-publisher/api-ref/purchases/products/get
转载请注明原文地址: https://ju.6miu.com/read-12382.html