曾超新 5 years ago
parent 81d8efd6e5
commit ad88f113b4
  1. 3
      frontend/controllers/PhoneCenterController.php

@ -256,7 +256,8 @@ public function actionDownload(){
$id = $request->get('phone_id',0);
$assign_info = NetworkPhoneAssignT::findOne($id);
var_dump($assign_info);
exit;
return $this->render('sub-index',[
'assign_info' => $assign_info
]);

Loading…
Cancel
Save