Selaa lähdekoodia

初始化接口调整

lichunlei 5 kuukautta sitten
vanhempi
commit
84140a54df
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Services/ApiInfoService.cs

+ 1 - 1
Services/ApiInfoService.cs

@@ -148,7 +148,7 @@ namespace Services
                                      apiKind == 3 ? "add" + table.tableNameFirstUpper :
                                      apiKind == 4 ? "update" + table.tableNameFirstUpper :
                                      "delete" + table.tableNameFirstUpper,
-                        apiDetail = apiKind == 1 ? "根据查询条件查询" + table.tableTitle + "列表数据" :
+                        apiDetail = apiKind == 1 ? "根据条件查询" + table.tableTitle + "列表数据" :
                                      apiKind == 2 ? "根据Id查询" + table.tableTitle + "某一条详情数据" :
                                      apiKind == 3 ? "添加" + table.tableTitle + "数据" :
                                      apiKind == 4 ? "修改" + table.tableTitle + "数据" :