From 8463eb42ff1f31395bad855247a6cf6211082708 Mon Sep 17 00:00:00 2001 From: huangdi <991396010@qq.com> Date: Wed, 28 Nov 2018 11:53:28 +0800 Subject: [PATCH] =?UTF-8?q?alibaba=20=E4=BA=A7=E5=93=81id=20=E8=A7=A3?= =?UTF-8?q?=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Operations/ProductIdDecrypt.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/Operations/ProductIdDecrypt.php diff --git a/src/Operations/ProductIdDecrypt.php b/src/Operations/ProductIdDecrypt.php new file mode 100644 index 0000000..a847c5c --- /dev/null +++ b/src/Operations/ProductIdDecrypt.php @@ -0,0 +1,23 @@ +parameter['product_id'] = $productId; + return $this; + } + + public function setLanguage($language = 'ENGLISH') + { + $this->parameter['language'] = $language; + return $this; + } +} \ No newline at end of file