Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xoadoPlatform
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaohui
xoadoPlatform
Commits
af44f136
Commit
af44f136
authored
Apr 12, 2022
by
吕海涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运营修改
parent
2a8b6724
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
index.js
src/port/orderOperation/index.js
+5
-4
No files found.
src/port/orderOperation/index.js
View file @
af44f136
...
@@ -5,14 +5,14 @@ import { post, get } from "@/request/http";
...
@@ -5,14 +5,14 @@ import { post, get } from "@/request/http";
*取消订单
*取消订单
*/
*/
export
function
CancelOrder
(
id
)
{
export
function
CancelOrder
(
id
)
{
const
url
=
process
.
env
.
VUE_APP_BASE_API
1
5
+
`/xoado/order/cancelNew/
${
id
}
`
;
const
url
=
process
.
env
.
VUE_APP_BASE_API5
+
`/xoado/order/cancelNew/
${
id
}
`
;
return
get
(
url
,
{})
return
get
(
url
,
{})
}
}
/*
/*
*强制完单
*强制完单
*/
*/
export
function
updateBatchOrder
(
data
)
{
export
function
updateBatchOrder
(
data
)
{
const
url
=
process
.
env
.
VUE_APP_BASE_API
1
5
+
`/xoado/order/update/batch`
;
const
url
=
process
.
env
.
VUE_APP_BASE_API5
+
`/xoado/order/update/batch`
;
return
post
(
url
,
data
)
return
post
(
url
,
data
)
}
}
...
@@ -20,7 +20,7 @@ export function updateBatchOrder(data) {
...
@@ -20,7 +20,7 @@ export function updateBatchOrder(data) {
*推送司机信息
*推送司机信息
*/
*/
export
function
pushDriver
(
data
)
{
export
function
pushDriver
(
data
)
{
const
url
=
process
.
env
.
VUE_APP_BASE_API
1
5
+
`/xoado/order/pushDriver`
;
const
url
=
process
.
env
.
VUE_APP_BASE_API5
+
`/xoado/order/pushDriver`
;
return
post
(
url
,
data
)
return
post
(
url
,
data
)
}
}
...
@@ -36,6 +36,6 @@ export function getpayInfo(data) {
...
@@ -36,6 +36,6 @@ export function getpayInfo(data) {
*更改支付状态
*更改支付状态
*/
*/
export
function
paymentchannel
(
data
)
{
export
function
paymentchannel
(
data
)
{
const
url
=
process
.
env
.
VUE_APP_BASE_API
1
5
+
`/xoado/order/channel/payment`
;
const
url
=
process
.
env
.
VUE_APP_BASE_API5
+
`/xoado/order/channel/payment`
;
return
post
(
url
,
data
)
return
post
(
url
,
data
)
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment