Commit 7d9499f4 by zhufx

授权服务接口

parent 77bd2c80
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/7/5
* Time: 15:47
*/
namespace Hdll\Services\Auth\Lib;
use Swoft\Core\ResultInterface;
/**
* @method ResultInterface deferUpdateInfo($token, $info)
* Interface BuyerInterface
* @package App\Lib
*/
interface AuthInterface
{
/**
* 要更新redis中的实体信息
*
* @param $token
* @param $info
* @return bool
*/
public function updateInfo($token, $info):bool ;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment