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

Method post

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

Source from the content-addressed store, hash-verified

182 }
183
184 post(url, data, options = {}) {
185 return this.request({
186 url,
187 data,
188 method: 'POST',
189 ...options
190 })
191 }
192
193 // #ifndef MP-ALIPAY
194 put(url, data, options = {}) {

Callers 4

api.phpFile · 0.80
addSubscribeMethod · 0.80
addCouponLogMethod · 0.80
loginMethod · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected