fix: create order

This commit is contained in:
zzc
2026-02-11 23:59:51 +08:00
parent 6ca148f65e
commit f5841d0934
4 changed files with 16 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import { request } from "@/utils/request.js";
export const createOrder = async (data) => {
return request({
url: "/api/pay/wechat/order/create",
url: "/api/pay/order/v2/create",
method: "POST",
data,
});