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