|
@@ -3,6 +3,9 @@
|
|
|
namespace app\data\controller\api;
|
|
|
|
|
|
use app\data\model\BaseUserMessage;
|
|
|
+use hg\apidoc\annotation\Param;
|
|
|
+use hg\apidoc\annotation\Returned;
|
|
|
+use hg\apidoc\annotation\Title;
|
|
|
use think\admin\Controller;
|
|
|
use think\admin\helper\QueryHelper;
|
|
|
use think\admin\model\SystemBase;
|
|
@@ -33,10 +36,11 @@ class Data extends Controller
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 图片内容数据
|
|
|
- * @throws \think\db\exception\DataNotFoundException
|
|
|
- * @throws \think\db\exception\DbException
|
|
|
- * @throws \think\db\exception\ModelNotFoundException
|
|
|
+ * @Title("图片内容数据")
|
|
|
+ * @Param("keys",desc="船厂传:data_shipyard")
|
|
|
+ * @Returned("img",desc="图片链接")
|
|
|
+ * @Returned("url",desc="跳转url")
|
|
|
+ * @Returned("type",desc="#不跳转,LK自定义链接,NL新闻资讯列表,NS")
|
|
|
*/
|
|
|
public function getSlider()
|
|
|
{
|