Browse Source

定时任务

Jxing 6 years ago
parent
commit
a6bcea16cd
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/main/resources/documentation.md

+ 4 - 3
src/main/resources/documentation.md

@@ -75,7 +75,7 @@ post体:
 post体:
     
     {
-        "vendorId":"",               //String,必填,保险商Id
+        "venderId":"",               //String,必填,保险商Id
         "projectId":""               // String 必填, 数据平台项目id
     }
     
@@ -105,7 +105,7 @@ post体:
 post体:
     
     {
-        "vendorId":"",               //String,必填,保险商Id
+        "venderId":"",               //String,必填,保险商Id
         "projectId":""               //String, 必填, 项目id
     }
     
@@ -135,7 +135,8 @@ post体:
     
     {
         "venderId":"",             //String,必填,保险商Id
-        "insuranceNo":"",              //String,必填,保单编号
+        "projectId":"",            //String 必填, 项目Id 
+        "insuranceNo":""              //String,必填,保单编号
     }
     
 返回: