DefaultBaseApiSign
abstract class DefaultBaseApiSign implements ApiSignContract
默认的 Timestamp 约定
Traits
AppTrait
Properties
protected Resp | $error | error | from AppTrait |
protected Resp | $success | success | from AppTrait |
Methods
Details
in
AppTrait at line 45
bool
setError(string|MessageBag $error)
设置错误
at line 29
static int
timestamp()
默认时间戳
at line 34
bool
check(Request $request)
检测签名
at line 73
protected array
except($params)
No description