新增Workerman直连接口配置
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-25 11:00:20 +08:00
parent 659f000bf6
commit a4c99489f4
6 changed files with 56 additions and 17 deletions

View File

@@ -1,15 +1 @@
import { request } from '@/api/_service'
const BASE = 'production_configuration/workerman/'
export function sendWorkerman (data) {
return request({
url: BASE + 'send',
method: 'get',
params: {
method: 'planning_production_produce_traymanage_send_workerman',
module: 'api',
...data
}
})
}
export * from '@/api/workerman'