JuHua-app/apis/modules/runtime.js
2024-12-09 14:16:57 +08:00

6 lines
151 B
JavaScript

const http = uni.$u.http;
// 发送设备实时数据
export function serviceInvoke (data) {
return http.post('/iot/runtime/service/invoke', data);
}