From badc9e3b5b966a66a7183f619aebb15d1f31cf02 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 20 Nov 2019 15:06:34 +0800 Subject: [PATCH] Support anonymous account for enableOrder. --- CHANGELOG.md | 4 ++++ src/Linkedmall/V20180116/LinkedmallApiResolver.php | 4 ++++ src/Release.php | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a66ac773f..b0a6ac631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.7.164 - 2019-11-20 +- Support anonymous account for enableOrder. + + ## 1.7.163 - 2019-11-20 - Add API ReportVoipProblems. - Add API QueryVoipNumberBindINfos. diff --git a/src/Linkedmall/V20180116/LinkedmallApiResolver.php b/src/Linkedmall/V20180116/LinkedmallApiResolver.php index aa407255f..c5580ca29 100644 --- a/src/Linkedmall/V20180116/LinkedmallApiResolver.php +++ b/src/Linkedmall/V20180116/LinkedmallApiResolver.php @@ -362,6 +362,10 @@ public function withItemIdList(array $itemIdList) * @method $this withBizUid($value) * @method string getExtJson() * @method $this withExtJson($value) + * @method string getUseAnonymousTbAccount() + * @method $this withUseAnonymousTbAccount($value) + * @method string getThirdPartyUserId() + * @method $this withThirdPartyUserId($value) * @method string getBizId() * @method $this withBizId($value) * @method string getOutTradeId() diff --git a/src/Release.php b/src/Release.php index cf3279145..1ff8f20f9 100644 --- a/src/Release.php +++ b/src/Release.php @@ -16,7 +16,7 @@ class Release /** * Version of the SDK */ - const VERSION = '1.7.163'; + const VERSION = '1.7.164'; /** * @param Event $event