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

Function apiSuperAdminPut

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

Source from the content-addressed store, hash-verified

221}
222
223export function apiSuperAdminPut(url, data = {}, options = {}, responseType = 'json') {
224 checkSuperAdminPermission()
225 return apiPut(url, data, options, true, responseType)
226}
227
228/**
229 * 发送DELETE请求

Callers 1

updateDepartmentFunction · 0.90

Calls 2

apiPutFunction · 0.85

Tested by

no test coverage detected