MCPcopy Create free account
hub / github.com/CoderOpen/waimai / delete

Method delete

front/utils/luch-request/core/Request.js:206–213  ·  view source on GitHub ↗
(url, data, options = {})

Source from the content-addressed store, hash-verified

204
205 // #ifdef APP-PLUS || H5 || MP-WEIXIN || MP-BAIDU
206 delete(url, data, options = {}) {
207 return this.request({
208 url,
209 data,
210 method: 'DELETE',
211 ...options
212 })
213 }
214
215 // #endif
216

Callers 7

fnFunction · 0.80
AnFunction · 0.80
zrFunction · 0.80
foFunction · 0.80
hoFunction · 0.80
voFunction · 0.80
goFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected