From b668b85e312acc4cfaecc423ff53cf7d919b7cf1 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期六, 22 六月 2024 15:18:28 +0800 Subject: [PATCH] 注册接口对接 --- api/index.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/api/index.js b/api/index.js index ace85f1..09c53e4 100644 --- a/api/index.js +++ b/api/index.js @@ -12,4 +12,8 @@ // 鎯犱紒鏀跨瓥 export function doc(id){ return http.get('/system/doc/'+id, {params: data}, { custom: { loading: true }}); +} +// 浼佷笟娉ㄥ唽 +export function companyRegister(data) { + return http.post('/system/company/add', {params: data}, { custom: { loading: true }}); } \ No newline at end of file -- Gitblit v1.9.1