liuxiulin преди 1 месец
родител
ревизия
c8be399a76
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      services/knowoapi/controllers/device.go

+ 1 - 1
services/knowoapi/controllers/device.go

@@ -534,7 +534,7 @@ func (a *DeviceController) PostSendcommand() {
 }
 
 // GetAllScenes 获取所有的场景
-// POST /device/allscenes
+// GET /device/allscenes
 func (a *DeviceController) GetAllScenes() {
 	// proid, err := a.Ctx.URLParamInt("proid")
 	// if err != nil {