基础接口对接

This commit is contained in:
仲么了
2023-05-25 10:10:22 +08:00
parent cca66bab21
commit e9b1e9a417
11 changed files with 579 additions and 171 deletions

View File

@@ -1,7 +1,7 @@
import request from '../js/request';
import config from '../js/config';
export function addEngineering(params, files) {
export function addEngineering(params) {
return request({
url: '/engineering/addEngineering',
method: 'post',