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