/
UN
unitedrhino
/
things-api
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2mo ago
Details
Filter operations
things/device/auth
4
things/device/auth5
2
things/device/edge
1
things/device/gateway
3
things/device/group
3
things/device/info
17
things/device/interact
9
things/device/module/version
2
things/device/msg
10
things/device/profile
4
things/device/schema
6
things/group/device
3
things/group/info
5
things/ota/firmware/device
4
things/ota/firmware/info
5
things/ota/firmware/job
4
things/ota/module/info
5
things/product/category
9
things/product/config
1
things/product/custom
2
things/product/info
6
things/product/remoteConfig
4
things/product/schema
7
things/protocol/info
5
things/protocol/script
6
things/protocol/script/device
5
things/protocol/service
2
things/protocol/sync
2
things/schema/common
5
things/slot/area
2
things/slot/user
1
things/user/device/collect
3
things/user/device/share
9
post
分享设备
post
取消分享设备
post
获取分享设备列表
post
接受批量分享设备
post
生成批量分享设备二维码
post
批量取消分享设备
post
获取批量分享的设备列表
post
获取分享设备详情
post
更新分享设备信息
things/user/device/share
thingsUserDeviceShare
生成批量分享设备二维码
post
/api/v1/things/user/device/share/multi-create
Request body
UserDeviceShareMultiInfo
required
devices
DeviceCore[]
批量设备信息
authType
integer
授权类型:1:全部授权 2:部分授权
schemaPerm
object
普通功能权限 2:读写权限 3读权限
accessPerm
object
系统功能权限 2:读写权限 3读权限
expTime
integer
到期时间
createdTime
integer
Response
A successful response.
object
required
code
integer
msg
string
data
UserDeviceShareMultiToken
Changes