918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/bc799001/4fb1bdec/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/bc799001/4fb1bdec/App_Code.5zheqldi.3.cs
?#pragma checksum "D:\wwwroot\lmturbo\wwwroot\App_Code\NotSupportedHandler.cs" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C36420696E0BC3DF287714C768ABD469C03B99F9"

#line 1 "D:\wwwroot\lmturbo\wwwroot\App_Code\NotSupportedHandler.cs"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

/// <summary>
/// NotSupportedHandler 的提要注明
/// </summary>
public class NotSupportedHandler : Handler
{
    public NotSupportedHandler(HttpContext context)
        : base(context)
    {
    }

    public override void Process()
    {
        WriteJson(new
        {
            state = "action 参数为空或者 action 不被支持。"
        });
    }
}

#line default
#line hidden