feat: replace iot adapter with mqtt command pipeline

This commit is contained in:
2026-08-03 13:18:11 +08:00
parent 6ed417c8c1
commit fefdba470a
48 changed files with 1620 additions and 338 deletions

View File

@@ -10,5 +10,6 @@ func Register(serviceKey string, engine *gin.Engine) {
RegisterDelivery(serviceKey, engine)
RegisterClient(serviceKey, engine)
RegisterPaymentReturn(serviceKey, engine)
RegisterIoT(serviceKey, engine)
registerUploadRoute(serviceKey, engine)
}