作者 anyv
1 个管道 的构建 通过 耗费 0 秒

54

... ... @@ -27,10 +27,10 @@ class PayController extends HomeBaseController
}
public function text(){
dump(cache('a'));
dump(cache('b'));
dump(cache('c'));
dump(cache('d'));
dump(cache('aa'));
dump(cache('bb'));
dump(cache('cc'));
dump(cache('dd'));
}
/**
... ...