|
@@ -203,7 +203,7 @@ export default defineComponent({
|
|
}
|
|
}
|
|
const cancelPayment = async (orderNo: string) => {
|
|
const cancelPayment = async (orderNo: string) => {
|
|
try {
|
|
try {
|
|
- await request.post('/api-student/userOrder/orderCancel/v2', {
|
|
|
|
|
|
+ await request.post('/api-student/userOrder/orderCancel', {
|
|
data: {
|
|
data: {
|
|
orderNo
|
|
orderNo
|
|
}
|
|
}
|