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

托管成功短信提示

@@ -330,7 +330,8 @@ class WeChatBaseController extends BaseController @@ -330,7 +330,8 @@ class WeChatBaseController extends BaseController
330 $result1 = []; 330 $result1 = [];
331 $result2 = []; 331 $result2 = [];
332 foreach($vo as $k=>$v){ 332 foreach($vo as $k=>$v){
333 - dump($vo); 333 + dump($v['order_about_time']);
  334 + dump(time()-30*24*60*60);
334 if($v['form_type'] == 1){ 335 if($v['form_type'] == 1){
335 $result1[] = $v['insurance_price']; 336 $result1[] = $v['insurance_price'];
336 if($v['order_expire_time'] < time() or $v['status'] == 1 or $v['order_about_time'] < (time()-30*24*60*60)){ 337 if($v['order_expire_time'] < time() or $v['status'] == 1 or $v['order_about_time'] < (time()-30*24*60*60)){