系统中提供了一个接口用于测试,该接口不解析任何参数,流程验证成功时返回成功,否则返回相应的错误。
接口地址:<gateway>?app=system&controller=index&action=index
接受参数:无
返回数据:
{
"state":true,
"message":"工作正常"
}
验证失败时,返回相应的错误。