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

Method put

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

Source from the content-addressed store, hash-verified

192
193 // #ifndef MP-ALIPAY
194 put(url, data, options = {}) {
195 return this.request({
196 url,
197 data,
198 method: 'PUT',
199 ...options
200 })
201 }
202
203 // #endif
204

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected