2 lines
551 B
JavaScript
2 lines
551 B
JavaScript
import{aq as e}from"./bootstrap-CRjSNGHY.js";function i(t){return e.get("/iot/thing-model/page",{params:t})}function o(t){return e.get(`/iot/thing-model/get?id=${t}`)}function g(t){return e.get("/iot/thing-model/list",{params:{productId:t}})}function d(t){return e.post("/iot/thing-model/create",t)}function r(t){return e.put("/iot/thing-model/update",t)}function a(t){return e.delete(`/iot/thing-model/delete?id=${t}`)}function l(t){return e.get("/iot/thing-model/get-tsl",{params:{productId:t}})}export{i as a,o as b,d as c,a as d,l as e,g,r as u};
|