【fix】子设备上报方式修复

This commit is contained in:
XM-GO
2023-09-28 10:38:02 +08:00
parent 0dc58c0d18
commit 0b568d16e1
13 changed files with 378 additions and 64 deletions

View File

@@ -24,7 +24,6 @@ type DeviceAuth struct {
ProductId string `json:"product_id"`
RuleChainId string `json:"rule_chain_id"`
Name string `json:"name"`
Token string `json:"token"`
CreatedAt int64 `json:"created_at"`
ExpiredAt int64 `json:"expired_at"`
}