From e5a09dc433298ec5669c0cf1ddad9a6a63d3635a Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 31 Jan 2018 19:23:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Card.php | 4 ++-- WeChat/User.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WeChat/Card.php b/WeChat/Card.php index 2c34a58..d93af14 100644 --- a/WeChat/Card.php +++ b/WeChat/Card.php @@ -15,14 +15,14 @@ namespace Wechat; -use Wechat\Contracts\Wechat; +use WeChat\Contracts\WeChat; /** * 卡券管理 * Class Card * @package Wechat */ -class Card extends Wechat +class Card extends WeChat { /** * 创建卡券 diff --git a/WeChat/User.php b/WeChat/User.php index 25d4ff7..759fa85 100644 --- a/WeChat/User.php +++ b/WeChat/User.php @@ -30,6 +30,7 @@ class User extends WeChat * @param string $remark * @return array * @throws Exceptions\InvalidResponseException + * @throws \Wechat\Exceptions\LocalCacheException */ public function updateMark($openid, $remark) {