warming_test.go 152 B

12345678910
  1. package test
  2. import (
  3. "Cold_mqtt/models/Device"
  4. "testing"
  5. )
  6. func TestWarniData(t *testing.T) {
  7. Device.RedisDeviceData_Get("2024373764352840", 2)
  8. }