Commit af7853ea authored by rlgy's avatar rlgy

基础请求handle

parent 32c9e2ff
<?php
/**
* Created by PhpStorm.
* User: rlgyzhcn
* Date: 18-7-24
* Time: 下午5:31
*/
namespace fpf\yii_component;
use yii\web\Request;
class BaseRequest extends Request
{
public function getUserId()
{
}
}
\ 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