地址:{{$api}}{{$doc['url']??''}} {{$doc['method']??''}}
{{$doc['description']??''}}
| 名称 | 是否必填 | 默认值 | 说明 |
|---|---|---|---|
| {{$head['name']??''}} | @if($head['require']==1) 必填 @else 非必填 @endif | {{$head['default']??''}} | {{$head['desc']??''}} |
| 参数名字 | 类型 | 是否必须 | 默认值 | 其他 | 说明 |
|---|---|---|---|---|---|
| {{$param['name']??''}} | {{$param['type']??''}} | @if($param['require']==1)必填 @else 非必填 @endif | {{$param['default']??''}} | {{$param['other']??''}} | {{$param['desc']??''}} |
| 参数名字 | 类型 | 说明 |
|---|---|---|
| {{$param['name']??''}} | {{$param['type']??''}} | {{$param['desc']??''}} |
© {{$copyright}}