dever 7 年之前
父節點
當前提交
f200d6ba22
共有 1 個文件被更改,包括 27 次插入0 次删除
  1. 27 0
      README.MD

+ 27 - 0
README.MD

@@ -0,0 +1,27 @@
+# 标签组件
+
+接口:
+
+1、tag/api.update 添加标签数据
+
+2、tag/api.typeid 根据tagid标签id, type类型获取类型id
+
+传入参数
+
+a、tagid:标签id
+
+b、type:类型
+
+3、tag/api.tag 根据$typeid类型id, type类型获取标签内容
+
+传入参数
+
+a、typeid:类型id
+
+b、type:类型
+
+3、tag/api.tag_content 根据tag标签id获取标签内容
+
+传入参数
+
+a、tag:标签id