作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

去除保险时间字段

... ... @@ -112,6 +112,7 @@ class PayController extends HomeBaseController
$update['order_expire_time']=$collocation['expire_time'];
$update['order_about_time']=$data4[count($data4)-1]['time'];
$update['order_expire_time2']=time()+(365*24*60*60);
cache('update',$update);
//推送模板消息
$templateId = 'iZwqjrOt7NCILnI0zkayK59y4jUXmnmfmROERWq-NEw';
$data1 = array(
... ... @@ -144,6 +145,7 @@ class PayController extends HomeBaseController
}
public function demo(){
dump(cache('result'));
dump(cache('update'));
}
... ...