Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fn
Function · 0.80
An
Function · 0.80
zr
Function · 0.80
fo
Function · 0.80
ho
Function · 0.80
vo
Function · 0.80
go
Function · 0.80
Calls
1
request
Method · 0.95
Tested by
no test coverage detected