Skip to content

Commit

Permalink
Disable Base64 string data support.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Dec 30, 2019
1 parent d5530d9 commit c4375d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.8.36 - 2019-12-30
- Disable Base64 string data support.


## 1.8.35 - 2019-12-30
- Disable Base64 string data support.

Expand Down
14 changes: 0 additions & 14 deletions src/Objectdet/V20191230/ObjectdetApiResolver.php
Expand Up @@ -38,7 +38,6 @@ class DetectMainBody extends Rpc
/**
* @method string getImageType()
* @method string getImageURL()
* @method string getImageContent()
*/
class DetectVehicle extends Rpc
{
Expand Down Expand Up @@ -68,17 +67,4 @@ public function withImageURL($value)

return $this;
}

/**
* @param string $value
*
* @return $this
*/
public function withImageContent($value)
{
$this->data['ImageContent'] = $value;
$this->options['form_params']['ImageContent'] = $value;

return $this;
}
}
2 changes: 1 addition & 1 deletion src/Release.php
Expand Up @@ -16,7 +16,7 @@ class Release
/**
* Version of the SDK
*/
const VERSION = '1.8.35';
const VERSION = '1.8.36';

/**
* @param Event $event
Expand Down

0 comments on commit c4375d5

Please sign in to comment.