app 分享功能重写

This commit is contained in:
@fawn-nine
2023-10-09 14:04:04 +08:00
parent f226f44cbd
commit 4184ec9c36
6 changed files with 95 additions and 38 deletions

View File

@@ -238,7 +238,7 @@ export const getLatLon = function(tip) {
// 单独微信支付
export const setWXPay = function(payInfo, callback) {
$http.request({
url: "/pay/placeAnOrder/shoppingpay",
url: "/pay/placeAnOrder/shoppingPay",
method: "POST", // POST、GET、PUT、DELETE具体说明查看官方文档
data:payInfo,
header: { //默认 无 说明请求头1