ZYC-mobile/apis/modules/runtime.js

6 lines
151 B
JavaScript
Raw Normal View History

2025-05-22 16:24:05 +08:00
const http = uni.$u.http;
// 发送设备实时数据
export function serviceInvoke (data) {
return http.post('/iot/runtime/service/invoke', data);
}