修改 Bootstrap 注入 Gateway Client 依赖到 IotCardHandler 和 DeviceHandler
This commit is contained in:
@@ -27,9 +27,9 @@ func BuildDocHandlers() *bootstrap.Handlers {
|
||||
EnterpriseDeviceH5: h5.NewEnterpriseDeviceHandler(nil),
|
||||
Authorization: admin.NewAuthorizationHandler(nil),
|
||||
MyCommission: admin.NewMyCommissionHandler(nil),
|
||||
IotCard: admin.NewIotCardHandler(nil),
|
||||
IotCard: admin.NewIotCardHandler(nil, nil),
|
||||
IotCardImport: admin.NewIotCardImportHandler(nil),
|
||||
Device: admin.NewDeviceHandler(nil),
|
||||
Device: admin.NewDeviceHandler(nil, nil),
|
||||
DeviceImport: admin.NewDeviceImportHandler(nil),
|
||||
AssetAllocationRecord: admin.NewAssetAllocationRecordHandler(nil),
|
||||
Storage: admin.NewStorageHandler(nil),
|
||||
|
||||
Reference in New Issue
Block a user