18 lines
280 B
Plaintext
18 lines
280 B
Plaintext
![]() |
<?php
|
||
|
namespace {NAMESPACE};
|
||
|
|
||
|
use catcher\base\BaseRequest;
|
||
|
|
||
|
class {CLASS}Request extends BaseRequest
|
||
|
{
|
||
|
/**
|
||
|
*
|
||
|
* @time 2019年11月27日
|
||
|
* @return string
|
||
|
*/
|
||
|
protected function getValidate()
|
||
|
{
|
||
|
// TODO: Implement getValidate() method.
|
||
|
}
|
||
|
}
|