Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
28c1fc2e
Commit
28c1fc2e
authored
May 26, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
8d037cea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
xgg-saas-platform/app/base/controller/impl/saas/orderCtl.js
+18
-0
No files found.
xgg-saas-platform/app/base/controller/impl/saas/orderCtl.js
View file @
28c1fc2e
...
@@ -57,6 +57,23 @@ class ChannelCtl extends CtlBase {
...
@@ -57,6 +57,23 @@ class ChannelCtl extends CtlBase {
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
}
}
}
}
/**
* fn:查询产品
* @param pobj
* @param pobj2
* @param req
* @returns {Promise<{msg: *, data: *, status: *}|{msg: *, data, bizmsg: *|string, status: number}>}
*/
async
orderChooseProducts
(
pobj
,
pobj2
,
req
)
{
//TODO: 绑定渠道商品信息
try
{
return
system
.
getResult
([{
"id"
:
"10020300"
,
"name"
:
"刻章办理"
},{
"id"
:
"10020400"
,
"name"
:
"银行开户"
},{
"id"
:
"10020500"
,
"name"
:
"刻章办理"
},{
"id"
:
"10020600"
,
"name"
:
"代理记账"
}]);
}
catch
(
e
)
{
console
.
log
(
e
);
return
system
.
getResultFail
(
500
,
"接口错误"
);
}
}
}
}
module
.
exports
=
ChannelCtl
;
module
.
exports
=
ChannelCtl
;
\ 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