17 lines
281 B
PHP
17 lines
281 B
PHP
<?php
|
|
defined('BASEPATH') or exit('No direct script access allowed');
|
|
|
|
/**
|
|
* 平安电话推送地址
|
|
*/
|
|
class CallBack extends CI_Controller
|
|
{
|
|
public function __construct()
|
|
{
|
|
parent::__construct();
|
|
}
|
|
public function index()
|
|
{
|
|
|
|
}
|
|
} |