diff --git a/frontend/controllers/DatabaseController.php b/frontend/controllers/DatabaseController.php
index d49394d..0969372 100644
--- a/frontend/controllers/DatabaseController.php
+++ b/frontend/controllers/DatabaseController.php
@@ -582,6 +582,7 @@ class DatabaseController extends BaseController
$query->orderBy('id desc');
$query = $query->offset($offset)->limit($limit);
+// echo $query->createCommand()->rawSql;
$items = $query->all();
$data = [];
diff --git a/frontend/views/phone-center/assign-phone.php b/frontend/views/phone-center/assign-phone.php
new file mode 100644
index 0000000..d7eecce
--- /dev/null
+++ b/frontend/views/phone-center/assign-phone.php
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 人员名称 |
+ 电话号码 |
+ 操作 |
+
+
+
diff --git a/frontend/views/phone-center/call-records.php b/frontend/views/phone-center/call-records.php
new file mode 100644
index 0000000..8d8a502
--- /dev/null
+++ b/frontend/views/phone-center/call-records.php
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 序号 |
+ 坐席人员 |
+ 通话时间 |
+ 主叫真实号码 |
+ 被叫真实号码 |
+ 主叫分配号码 |
+ 被叫分配号码 |
+ 通话时长 |
+ 通话状态 |
+ 语音 |
+
+
+
+
+
diff --git a/frontend/views/phone-center/edit.php b/frontend/views/phone-center/edit.php
new file mode 100644
index 0000000..2c4f29a
--- /dev/null
+++ b/frontend/views/phone-center/edit.php
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/views/phone-center/sub-edit.php b/frontend/views/phone-center/sub-edit.php
new file mode 100644
index 0000000..8108b41
--- /dev/null
+++ b/frontend/views/phone-center/sub-edit.php
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/views/phone-center/sub-index.php b/frontend/views/phone-center/sub-index.php
new file mode 100644
index 0000000..0a5ffb5
--- /dev/null
+++ b/frontend/views/phone-center/sub-index.php
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/views/phone-center/usercall-index.php b/frontend/views/phone-center/usercall-index.php
new file mode 100644
index 0000000..c199bed
--- /dev/null
+++ b/frontend/views/phone-center/usercall-index.php
@@ -0,0 +1,340 @@
+
+
+
+ 卡尔话机WebSocket测试页
+
+
+卡尔话机WebSocket测试页
请使用支持webSocket的浏览器
+输入server的ip和port,例如:ws://127.0.0.1:8800/
+
+
+
+
+
+
+ 发送报文:
+
+ 接收报文:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+备注:status:0挂机,1来电,2呼叫,3接通
+挂机状态时,number号码为空。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 备注:声音范围 1~100。
+
+
+
+
+
+
+
+
+ 备注:0 关闭耳机模式,1 开耳机模式。
+
+
+
+
+
+
+
+
+
+
+ 备注:0 关闭远端播放,1 开启远端播放。
+
+
+
+
+
+ url:
+ 坐席工号:
+ 计费账号:
+ 本机号码:
+
+
+
+
+
+
+