mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
[更新]修正代码异常
This commit is contained in:
parent
c37d42b994
commit
e5a09dc433
@ -15,14 +15,14 @@
|
|||||||
namespace Wechat;
|
namespace Wechat;
|
||||||
|
|
||||||
|
|
||||||
use Wechat\Contracts\Wechat;
|
use WeChat\Contracts\WeChat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 卡券管理
|
* 卡券管理
|
||||||
* Class Card
|
* Class Card
|
||||||
* @package Wechat
|
* @package Wechat
|
||||||
*/
|
*/
|
||||||
class Card extends Wechat
|
class Card extends WeChat
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* 创建卡券
|
* 创建卡券
|
||||||
|
@ -30,6 +30,7 @@ class User extends WeChat
|
|||||||
* @param string $remark
|
* @param string $remark
|
||||||
* @return array
|
* @return array
|
||||||
* @throws Exceptions\InvalidResponseException
|
* @throws Exceptions\InvalidResponseException
|
||||||
|
* @throws \Wechat\Exceptions\LocalCacheException
|
||||||
*/
|
*/
|
||||||
public function updateMark($openid, $remark)
|
public function updateMark($openid, $remark)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user