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