debug页面
方法概览
| 项目 | 内容 |
|---|---|
| 文档类型 | PHP 类方法 |
| 方法标识 | app\common\model\ConfigurationModel::debugInfo |
| 所属业务 | 公共接口 |
| 来源模块/系统 | 用户模型 |
功能说明
debug页面
调用示例
$result = (new \app\common\model\ConfigurationModel())->debugInfo();参数
该函数/方法无需传入参数。
返回值
| 返回项 | 类型 | 说明 |
|---|---|---|
debug_model | string | 1开启debug模式 |
debug_model_auth | string | debug模式授权码 |
debug_model_expire_time | string | 到期时间 |
正常返回
{
"debug_model": "string",
"debug_model_auth": "string",
"debug_model_expire_time": "string"
}异常情况
| 异常类型 | 说明 |
|---|---|
Throwable | 调用失败时由具体实现抛出异常,异常信息以运行时结果为准。 |