Commit 043465b3 by xmy

feat:虚拟人

parent 3504c285
<?php
namespace Hdll\Services\StateLess\Lib;
use Swoft\Core\ResultInterface;
/**
* @method ResultInterface deferSave($nickname, $headimgurl)
* Interface VirtualUserService
* @package Hdll\Services\StateLess\Lib
*/
interface VirtualUserService
{
public function save($nickname, $headimgurl);
}
\ 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