|
@@ -994,6 +994,8 @@ class CommonController extends Controller
|
|
}]
|
|
}]
|
|
*/
|
|
*/
|
|
public function SecretStartReport(){
|
|
public function SecretStartReport(){
|
|
|
|
+ return json_encode(['code'=>0,'msg'=>"成功"],JSON_UNESCAPED_UNICODE);
|
|
|
|
+die();
|
|
// 开始json
|
|
// 开始json
|
|
$req = request()->post();
|
|
$req = request()->post();
|
|
// 首先创建记录
|
|
// 首先创建记录
|
|
@@ -1049,6 +1051,8 @@ class CommonController extends Controller
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
public function SecretReport(){
|
|
public function SecretReport(){
|
|
|
|
+ return json_encode(['code'=>0,'msg'=>"成功"],JSON_UNESCAPED_UNICODE);
|
|
|
|
+die();
|
|
$req = request()->post();
|
|
$req = request()->post();
|
|
$callids = CallLog::where('call_id',$req[0]['call_id'])->first();
|
|
$callids = CallLog::where('call_id',$req[0]['call_id'])->first();
|
|
try {
|
|
try {
|