8 天以前 7ac5fb62d3ac852ec9505eb5c1999064aafee85f
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/TenantController.http
@@ -1,5 +1,5 @@
### 获取租户编号 /admin-api/system/get-id-by-name
GET {{baseUrl}}/system/tenant/get-id-by-name?name=芋道源码
GET {{baseUrl}}/system/tenant/get-id-by-name?name=超级管理员
### 创建租户 /admin-api/system/tenant/create
POST {{baseUrl}}/system/tenant/create
@@ -8,7 +8,7 @@
tenant-id: {{adminTenantId}}
{
  "name": "芋道",
  "name": "超级管理员",
  "contactName": "芋艿",
  "contactMobile": "15601691300",
  "status": 0,