自定义服务基类 Class Service
$app : \think\App
应用实例
$key :
$iv :
__construct(\think\App $app)
Service constructor.
instance(array $args) : static
静态实例对象
key( $str) : $this
iv( $str) : $this
encrypt( $data) : string
加密
decrypt( $data) : false|string
解密
initialize() : $this
初始化服务
Loading…