曾超新 5 years ago
parent 2483e1a9af
commit 143a2cfc5c
  1. 3
      frontend/controllers/PhoneController.php

@ -277,7 +277,8 @@ class PhoneController extends \yii\web\Controller
$extend=$request->post('extend');
//$b = new GiftCreateImageErrorT();
var_dump(['recorder_id'=>$recorder_id,'caller'=>$caller,'called'=>$called,'caller_show'=>$caller_show]);
exit;
$network_phone = NetworkPhoneT::findOne(['recorder_id'=>$recorder_id,'caller'=>$caller,'called'=>$called,'caller_show'=>$caller_show]);
if(!$network_phone){

Loading…
Cancel
Save