"签名失败", -1 => "解析失败", "未签名", "准备中", "正在解析", "正在签名", "正在打包", "签名完成"];
public function initialize()
{
parent::initialize();
$this->Administrator(6);
$this->header();
}
public function __destruct()
{
?>
footer();
}
function index($map = [])
{
$this->search = SafeRequest("search", "get");
$this->search && ($map[] = ["user_id|app_id|app_name|udid|cert_iss", "like", "%" . $this->search . "%"]);
$_var_0 = SafeRequest("app_id", "get");
$_var_0 && ($map[] = ["app_id", "=", $_var_0]);
$this->type = SafeRequest("type", "get");
is_numeric($this->type) && ($map[] = ["type", "=", $this->type]);
$_var_1 = SafeRequest("udid", "get");
$_var_1 && ($map[] = ["udid", "=", $_var_1]);
$_var_2 = SafeRequest("page", "get");
$this->mapTime("sign_time", true, $map);
$_var_3 = db("super_sign")->where($map)->order("sign_time desc")->paginate(["page" => $_var_2]);
$_var_4 = $_var_3->items();
$_var_5 = getRender($_var_3, $_var_2);
$_var_6 = $_var_3->total();
?>
nav3();
$this->searchForm("", "", function () {
?>