[更新]修正代码异常

This commit is contained in:
Anyon 2018-01-31 19:23:26 +08:00
parent c37d42b994
commit e5a09dc433
2 changed files with 3 additions and 2 deletions

View File

@ -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
{
/**
* 创建卡券

View File

@ -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)
{