Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
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
bp
op-web-service
Commits
fdcb2ead
Commit
fdcb2ead
authored
Jul 27, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:解决冲突
parent
9c979eb3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
groupmeal.js
server/controllers/groupmeal.js
+0
-3
groupmeal.js
src/service/Groupmeal/groupmeal.js
+0
-3
No files found.
server/controllers/groupmeal.js
View file @
fdcb2ead
...
...
@@ -11,7 +11,6 @@ exports.getOrderList = async ctx => {
ctx
.
body
=
await
req
(
ctx
,
opts
);
};
<<<<<<<
Updated
upstream
// 获取主页配送列表
exports
.
getList
=
async
ctx
=>
{
const
opts
=
{
...
...
@@ -52,7 +51,6 @@ exports.getSaveDeliverer = async ctx => {
};
ctx
.
body
=
await
req
(
ctx
,
opts
);
};
=======
// 获取活动名称
exports
.
getMarketingList
=
async
ctx
=>
{
const
url
=
`
${
GROUPMEAL_URI
}
/order/background/marketing_list`
;
...
...
@@ -83,4 +81,3 @@ exports.getSubShopList = async ctx => {
ctx
.
body
=
await
req
(
ctx
,
opts
);
};
>>>>>>>
Stashed
changes
src/service/Groupmeal/groupmeal.js
View file @
fdcb2ead
...
...
@@ -5,7 +5,6 @@ export async function getList (params) {
const
res
=
await
axios
.
post
(
"/api/v1/order/deliverer/list_day_deliverer_conf"
,{
params
});
return
res
;
}
<<<<<<<
Updated
upstream
// 获取分配配送员列表
export
async
function
getDelivererList
(
params
)
{
const
res
=
await
axios
.
post
(
"/api/v1/order/deliverer/list_day_deliverer"
,
params
);
...
...
@@ -21,7 +20,6 @@ export async function getSaveDeliverer (params) {
const
res
=
await
axios
.
post
(
"/api/v1/order/deliverer/save_day_deliverer"
,
params
);
return
res
;
}
=======
// 获取订单列表
export
async
function
getOrderList
(
params
)
{
...
...
@@ -50,4 +48,3 @@ export async function getSubShopList() {
const
res
=
await
axios
.
get
(
"/api/v1/order/background/sub_shop_list"
);
return
res
;
}
>>>>>>>
Stashed
changes
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