|
@@ -3838,7 +3838,7 @@ class Wechat
|
|
|
*/
|
|
|
public function uploadShakeAroundMedia($data){
|
|
|
if (!$this->access_token && !$this->checkAuth()) return false;
|
|
|
- $result = $this->http_post(self::API_URL_PREFIX.self::SHAKEAROUND_MATERIAL_ADD.'access_token='.$this->access_token,$data,true);
|
|
|
+ $result = $this->http_post(self::API_BASE_URL_PREFIX.self::SHAKEAROUND_MATERIAL_ADD.'access_token='.$this->access_token,$data,true);
|
|
|
if ($result)
|
|
|
{
|
|
|
$json = json_decode($result,true);
|