Browse Source

更正文档

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

+ 2 - 2
src/main/resources/documentation.md

@@ -112,7 +112,7 @@ post体:
         "resultMsg":"",
         "resultMsg":"",
         "content":[
         "content":[
             {
             {
-                "insuranceId":"***",                   // 保单Id
+                "insuranceNo":"***",                   // 保单Id
                 "expireDate":"*****",          // 截止日期
                 "expireDate":"*****",          // 截止日期
                 "propertyCount":10,              // 保单内资产数量
                 "propertyCount":10,              // 保单内资产数量
                 "insuranceFile":"****"           // 保险文件key
                 "insuranceFile":"****"           // 保险文件key
@@ -131,7 +131,7 @@ post体:
     
     
     {
     {
         "venderId":"",             //String,必填,保险商Id
         "venderId":"",             //String,必填,保险商Id
-        "contractId":"",              //String,必填,保单编号
+        "insuranceNo":"",              //String,必填,保单编号
     }
     }
     
     
 返回:
 返回: