Skip to content

Commit

Permalink
feat: put 方法增加快手小程序和京东小程序的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
lei-mu committed Aug 23, 2022
1 parent 02c4cbc commit 7e15dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/Request.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default class Request {
})
}

// #ifndef MP-ALIPAY
// #ifndef MP-ALIPAY || MP-KUAISHOU || MP-JD
put(url, data, options = {}) {
return this.middleware({
url,
Expand Down

0 comments on commit 7e15dff

Please # to comment.