diff --git a/src/views/doc.blade.php b/src/views/doc.blade.php index 5b61d8c..c833883 100644 --- a/src/views/doc.blade.php +++ b/src/views/doc.blade.php @@ -1,13 +1,13 @@ - Json Rpc Doc + Json Rpc Debug Tool @@ -45,8 +43,8 @@
- {{----}} +
{{--
--}} {{----}} @@ -57,39 +55,60 @@ {{--
--}}
-
+
+

+ 请求参数 +

+ + + + + + + + +
参数类型描述默认值是否必须
+
+
+
-
- - {{----}} + +
{{$params}}
+
- {{--@if( !empty($error) )--}} - {{----}} - {{--@endif--}} - {{--@if( !empty($result) )--}} - {{--
Result:
--}} + @if( !empty($error) ) + + @if($error['resp']) +
返回内容:
+ +
+ @endif + @endif + @if( !empty($result) ) +
Result:
- {{--
--}} - {{--
{{$result}}
--}} - {{--
--}} - {{--@endif--}} +
+
{{$result}}
+
+ @endif
@@ -101,10 +120,34 @@ - - + + \ No newline at end of file