MCPcopy Create free account
hub / github.com/xerrors/Yuxi / apiSuperAdminPost

Function apiSuperAdminPost

web/src/apis/base.js:191–194  ·  view source on GitHub ↗
(url, data = {}, options = {}, responseType = 'json')

Source from the content-addressed store, hash-verified

189}
190
191export function apiSuperAdminPost(url, data = {}, options = {}, responseType = 'json') {
192 checkSuperAdminPermission()
193 return apiPost(url, data, options, true, responseType)
194}
195
196/**
197 * 发送PUT请求

Callers 1

createDepartmentFunction · 0.90

Calls 2

apiPostFunction · 0.85

Tested by

no test coverage detected