houzhongyi
2024-07-11 e7c1260db32209a078a962aaa0ad5492c35774fb
提交 | 用户 | 时间
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 }