|
@@ -36,9 +36,9 @@ discard block |
|
|
block discarded – undo |
|
36
|
36
|
'soc-platform' => 1, |
|
37
|
37
|
'soc-device' => 1, |
|
38
|
38
|
]; |
|
39
|
|
- $url = GPlayApps::GOOGLE_PLAY_URL . '/_/PlayStoreUi/data/batchexecute?' . http_build_query($queryParams); |
|
|
39
|
+ $url = GPlayApps::GOOGLE_PLAY_URL.'/_/PlayStoreUi/data/batchexecute?'.http_build_query($queryParams); |
|
40
|
40
|
$formParams = [ |
|
41
|
|
- 'f.req' => '[[["' . self::RPC_ID_REVIEWS . '","[null,null,[2,' . $sort->value() . ',[' . $limit . ',null,' . ($token === null ? 'null' : '\\"' . $token . '\\"') . ']],[\\"' . $requestApp->getId() . '\\",7]]",null,"generic"]]]', |
|
|
41
|
+ 'f.req' => '[[["'.self::RPC_ID_REVIEWS.'","[null,null,[2,'.$sort->value().',['.$limit.',null,'.($token === null ? 'null' : '\\"'.$token.'\\"').']],[\\"'.$requestApp->getId().'\\",7]]",null,"generic"]]]', |
|
42
|
42
|
]; |
|
43
|
43
|
$headers = [ |
|
44
|
44
|
'Content-Type' => 'application/x-www-form-urlencoded;charset=utf-8', |
|
@@ -65,9 +65,9 @@ discard block |
|
|
block discarded – undo |
|
65
|
65
|
'soc-platform' => 1, |
|
66
|
66
|
'soc-device' => 1, |
|
67
|
67
|
]; |
|
68
|
|
- $url = GPlayApps::GOOGLE_PLAY_URL . '/_/PlayStoreUi/data/batchexecute?' . http_build_query($queryParams); |
|
|
68
|
+ $url = GPlayApps::GOOGLE_PLAY_URL.'/_/PlayStoreUi/data/batchexecute?'.http_build_query($queryParams); |
|
69
|
69
|
$formParams = [ |
|
70
|
|
- 'f.req' => '[[["' . self::RPC_ID_APPS . '","[[null,[[10,[10,' . $limit . ']],true,null,[1]],null,\\"' . $token . '\\"]]",null,"generic"]]]', |
|
|
70
|
+ 'f.req' => '[[["'.self::RPC_ID_APPS.'","[[null,[[10,[10,'.$limit.']],true,null,[1]],null,\\"'.$token.'\\"]]",null,"generic"]]]', |
|
71
|
71
|
]; |
|
72
|
72
|
$headers = [ |
|
73
|
73
|
'Content-Type' => 'application/x-www-form-urlencoded;charset=utf-8', |