曾超新 5 years ago
parent 43648d6334
commit 38d6ffef44
  1. 1
      frontend/controllers/PhoneController.php

@ -276,6 +276,7 @@ class PhoneController extends \yii\web\Controller
$called_area=$request->post('called_area');
$extend=$request->post('extend');
file_put_contents('/tmp/'.time().rand(100,999).'.log', print_r($request->post(), true));
//$b = new GiftCreateImageErrorT();
$network_phone = NetworkPhoneT::findOne(['recorder_id'=>$recorder_id,'caller'=>$caller,'called'=>$called,'caller_show'=>$caller_show]);
if(!$network_phone){

Loading…
Cancel
Save