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
4329ec54
Commit
4329ec54
authored
Apr 28, 2020
by
sxy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/center-channel' into center-channel-417
parents
a78d6705
3388b83a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
center-channel/app/base/api/impl/action/logoOrderApi.js
+2
-2
center-channel/app/config/routes/api.js
+2
-1
center-channel/app/front/entry/public/apidoc/platform/logoOrder.md
+1
-1
No files found.
center-channel/app/base/api/impl/action/logoOrderApi.js
View file @
4329ec54
...
@@ -33,8 +33,8 @@ class LogoOrderAPI extends APIBase {
...
@@ -33,8 +33,8 @@ class LogoOrderAPI extends APIBase {
case
"singlelogo"
:
//生成logo
case
"singlelogo"
:
//生成logo
opResult
=
await
this
.
centerorderSve
.
singlelogo
(
pobj
);
opResult
=
await
this
.
centerorderSve
.
singlelogo
(
pobj
);
break
;
break
;
case
"getLogoListByUser"
:
//获取已购买的logo
case
"get
Paid
LogoListByUser"
:
//获取已购买的logo
opResult
=
system
.
getResultSuccess
(
null
,
"测试成功
"
);
opResult
=
await
this
.
centerorderSve
.
reqCenterOrderApi
(
pobj
,
"action/logoOrderApi/springBoard
"
);
break
;
break
;
case
"getCollectibleLogoListByUser"
:
//获取收藏的logo
case
"getCollectibleLogoListByUser"
:
//获取收藏的logo
opResult
=
system
.
getResultSuccess
(
null
,
"测试成功"
);
opResult
=
system
.
getResultSuccess
(
null
,
"测试成功"
);
...
...
center-channel/app/config/routes/api.js
View file @
4329ec54
...
@@ -113,7 +113,8 @@ module.exports = function (app) {
...
@@ -113,7 +113,8 @@ module.exports = function (app) {
"submitIcpProgramme"
,
"submitIcpMaterial"
,
"acceptIcpPartnerNotification"
,
"abolishIcpProgramme"
,
"submitIcpProgramme"
,
"submitIcpMaterial"
,
"acceptIcpPartnerNotification"
,
"abolishIcpProgramme"
,
"addOrder"
,
"getH5PayUrl"
,
"getOrderQrCode"
,
"queryOrderStatus"
,
"getOrderInfo"
,
"getOrderDeliveryInfo"
,
"getOrderDetails"
,
"addOrder"
,
"getH5PayUrl"
,
"getOrderQrCode"
,
"queryOrderStatus"
,
"getOrderInfo"
,
"getOrderDeliveryInfo"
,
"getOrderDetails"
,
"getOrderDeliveryFlowInfo"
,
"getOrderDeliveryFlowList"
,
"getOrderLogInfo"
,
"updateContacts"
,
"updateTmOrder"
,
"delOrder"
,
"getOrderDeliveryFlowInfo"
,
"getOrderDeliveryFlowList"
,
"getOrderLogInfo"
,
"updateContacts"
,
"updateTmOrder"
,
"delOrder"
,
"submitProgramme"
,
"getProgrammeListByUser"
,
"getProgrammeInfoByNeedNo"
,
"abolishProgramme"
,
"getAliPayInfo"
"submitProgramme"
,
"getProgrammeListByUser"
,
"getProgrammeInfoByNeedNo"
,
"abolishProgramme"
,
"getAliPayInfo"
,
"getPaidLogoListByUser"
,
"getCollectibleLogoListByUser"
,
"collectLogo"
];
];
if
(
lst
.
indexOf
(
req
.
body
.
actionType
)
>=
0
)
{
if
(
lst
.
indexOf
(
req
.
body
.
actionType
)
>=
0
)
{
var
userpin
=
req
.
headers
[
"userpin"
]
||
""
;
var
userpin
=
req
.
headers
[
"userpin"
]
||
""
;
...
...
center-channel/app/front/entry/public/apidoc/platform/logoOrder.md
View file @
4329ec54
<a
name=
"menu"
href=
"/doc"
>
返回主目录
</a>
<a
name=
"menu"
href=
"/doc"
>
返回主目录
</a>
1.
[
生成logo
](
#singlelogo
)
1.
[
生成logo
](
#singlelogo
)
1.
[
获取已购买的logo
](
#getLogoListByUser
)
1.
[
获取已购买的logo
](
#get
Paid
LogoListByUser
)
1.
[
获取收藏的logo
](
#getCollectibleLogoListByUser
)
1.
[
获取收藏的logo
](
#getCollectibleLogoListByUser
)
1.
[
收藏logo
](
#collectLogo
)
1.
[
收藏logo
](
#collectLogo
)
...
...
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