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

54

@@ -27,10 +27,10 @@ class PayController extends HomeBaseController @@ -27,10 +27,10 @@ class PayController extends HomeBaseController
27 } 27 }
28 28
29 public function text(){ 29 public function text(){
30 - dump(cache('a'));  
31 - dump(cache('b'));  
32 - dump(cache('c'));  
33 - dump(cache('d')); 30 + dump(cache('aa'));
  31 + dump(cache('bb'));
  32 + dump(cache('cc'));
  33 + dump(cache('dd'));
34 } 34 }
35 35
36 /** 36 /**