Selaa lähdekoodia

Update 数据中台接口文档.md

wudla 4 vuotta sitten
vanhempi
commit
9b4ea134ce
1 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa
  1. 9 9
      数据中台接口文档.md

+ 9 - 9
数据中台接口文档.md

@@ -16,7 +16,7 @@
 
 请求地址
 
-```
+```json
 POST: /example/create
 ```
 
@@ -46,7 +46,7 @@ POST: /example/create
 
 请求地址
 
-```
+```json
 POST: /example/update
 ```
 
@@ -76,7 +76,7 @@ POST: /example/update
 
 请求地址
 
-```
+```json
 POST: /example/delete
 ```
 
@@ -108,7 +108,7 @@ condition 为 query,create,update,delete
 
 ### 报警系统
 
-```
+```json
 报警条目
 	POST:/alarm/item/{condition}
 
@@ -118,7 +118,7 @@ condition 为 query,create,update,delete
 
 ### 数据字典
 
-```
+```json
 数据字典类型
 	POST:/dt/type/{condition}
 	
@@ -131,7 +131,7 @@ condition 为 query,create,update,delete
 
 ### 知识库
 
-```
+```json
 知识库类型
 	POST:/kl/type
 	
@@ -141,7 +141,7 @@ condition 为 query,create,update,delete
 
 ### 任务调度
 
-```
+```json
 任务配置
 	POST:/task/cfg/{condition}
 	
@@ -151,7 +151,7 @@ condition 为 query,create,update,delete
 
 #### 物理世界
 
-```
+```json
 POST:/app/class/{condition}
 POST:/app/funcid/{condition}
 POST:/class/alias/{condition}
@@ -171,7 +171,7 @@ POST:/schema/project/{condition}
 
 ### 组织人员权限
 
-```
+```json
 集团
   POST:/group/{condition}