houzhongjian
2024-09-14 818a0170d8f2950d52cc7300a302356bbc523236
提交 | 用户 | 时间
e7c126 1 ### 获取租户编号 /admin-api/system/get-id-by-name
H 2 GET {{baseUrl}}/system/tenant/get-id-by-name?name=iailab
3
4 ### 创建租户 /admin-api/system/tenant/create
5 POST {{baseUrl}}/system/tenant/create
6 Content-Type: application/json
7 Authorization: Bearer {{token}}
8 tenant-id: {{adminTenentId}}
9
10 {
11   "name": "平台",
12   "contactName": "iailab",
13   "contactMobile": "15601691300",
14   "status": 0,
15   "domain": "https://www.baidu.com",
16   "packageId": 110,
17   "expireTime": 1699545600000,
18   "accountCount": 20,
19   "username": "admin",
20   "password": "123321"
21 }