摘要: <?php namespace app\common\library; use think\Cache; use think\Exception; /** * 锁机制 */class Lock{ public function run($callback, $key, $expire = 10) { 阅读全文
posted @ 2020-07-24 10:34 屋顶上的猫。 阅读(125) 评论(0) 推荐(0)