作者 杨育虎
1 个管道 的构建 失败 耗费 8 秒

同步线上代码

正在显示 46 个修改的文件 包含 13 行增加3 行删除
@@ -74,7 +74,8 @@ class Pay extends Api @@ -74,7 +74,8 @@ class Pay extends Api
74 $params['paySign'] = generate_sign($params, $config['key']); 74 $params['paySign'] = generate_sign($params, $config['key']);
75 $this->success('成功',$params); 75 $this->success('成功',$params);
76 } 76 }
77 - $this->error($result['err_code_des']); 77 + //var_dump($result);
  78 + $this->error($result['err_code_des']);
78 } 79 }
79 }else{ 80 }else{
80 $this->error('无效的订单'); 81 $this->error('无效的订单');
@@ -323,6 +324,7 @@ class Pay extends Api @@ -323,6 +324,7 @@ class Pay extends Api
323 $params['paySign'] = generate_sign($params, $config['key']); 324 $params['paySign'] = generate_sign($params, $config['key']);
324 $this->success('成功',$params); 325 $this->success('成功',$params);
325 } 326 }
  327 + //var_dump($result);
326 $this->error($result['err_code_des']); 328 $this->error($result['err_code_des']);
327 329
328 } 330 }
@@ -513,7 +515,7 @@ class Pay extends Api @@ -513,7 +515,7 @@ class Pay extends Api
513 }); 515 });
514 $response->send(); 516 $response->send();
515 } 517 }
516 - 518 +
517 //图片支付订单结果通知(无需调用) 519 //图片支付订单结果通知(无需调用)
518 public function picOrderNotify(){ 520 public function picOrderNotify(){
519 $config = config('verify.wx_pay'); 521 $config = config('verify.wx_pay');
@@ -1405,6 +1405,7 @@ class User extends Api @@ -1405,6 +1405,7 @@ class User extends Api
1405 ->field('id,user_id,pic_id,video_id') 1405 ->field('id,user_id,pic_id,video_id')
1406 ->order('createtime desc,id desc') 1406 ->order('createtime desc,id desc')
1407 ->select(); 1407 ->select();
  1408 +
1408 foreach ($data as &$v){ 1409 foreach ($data as &$v){
1409 if(!empty($v['pic_id'])){ 1410 if(!empty($v['pic_id'])){
1410 $v['pic_id'] = Db::name('pic')->field('id,title,thumbnail,url,price')->where('id',$v['pic_id'])->find(); 1411 $v['pic_id'] = Db::name('pic')->field('id,title,thumbnail,url,price')->where('id',$v['pic_id'])->find();
@@ -1413,8 +1414,15 @@ class User extends Api @@ -1413,8 +1414,15 @@ class User extends Api
1413 } 1414 }
1414 if(!empty($v['video_id'])){ 1415 if(!empty($v['video_id'])){
1415 $v['video_id'] = Db::name('video')->field('keyword,type_ids,content,is_recommend,buy_num,click_num,createtime,updatetime',true)->where('id',$v['video_id'])->find(); 1416 $v['video_id'] = Db::name('video')->field('keyword,type_ids,content,is_recommend,buy_num,click_num,createtime,updatetime',true)->where('id',$v['video_id'])->find();
  1417 + if (empty($v['video_id'])){
  1418 + continue;
  1419 + }
1416 $v['video_id']['thumbnail'] = $rule.$v['video_id']['thumbnail']; 1420 $v['video_id']['thumbnail'] = $rule.$v['video_id']['thumbnail'];
1417 - $v['video_id']['video'] = $rule.$v['video_id']['video']; 1421 + if (!empty($v['video_id']['video'])){
  1422 + $v['video_id']['video'] = $rule.$v['video_id']['video'];
  1423 + }else{
  1424 + $v['video_id']['video'] = $rule;
  1425 + }
1418 $v['video_id']['vipprice'] = $v['video_id']['price'] * 0.75; 1426 $v['video_id']['vipprice'] = $v['video_id']['price'] * 0.75;
1419 $v['video_id']['four_vipprice'] = $v['video_id']['four_price'] * 0.75; 1427 $v['video_id']['four_vipprice'] = $v['video_id']['four_price'] * 0.75;
1420 $v['video_id']['eight_vipprice'] = $v['video_id']['eight_price'] * 0.75; 1428 $v['video_id']['eight_vipprice'] = $v['video_id']['eight_price'] * 0.75;
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型