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
db32df6f
Commit
db32df6f
authored
May 10, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
195ed6b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
center-channel/app/base/service/impl/common/centerorderSve.js
+3
-3
No files found.
center-channel/app/base/service/impl/common/centerorderSve.js
View file @
db32df6f
...
@@ -401,7 +401,7 @@ class CenterorderService extends AppServiceBase {
...
@@ -401,7 +401,7 @@ class CenterorderService extends AppServiceBase {
//--------------------------阿里ICP---end--------------------------------------------------------
//--------------------------阿里ICP---end--------------------------------------------------------
//LOGO场景接口服务
//LOGO场景接口服务
async
downloadlogoscene
(
pobj
){
async
downloadlogoscene
(
pobj
){
var
reqUrl
=
"http://
43.247.184.92:15501
/api/downloadscene"
;
var
reqUrl
=
"http://
ailogo-service
/api/downloadscene"
;
var
obj
=
pobj
.
actionBody
;
var
obj
=
pobj
.
actionBody
;
if
(
!
obj
.
title
){
if
(
!
obj
.
title
){
return
system
.
getResult
(
null
,
"品牌名称不能为空"
);
return
system
.
getResult
(
null
,
"品牌名称不能为空"
);
...
@@ -420,7 +420,7 @@ class CenterorderService extends AppServiceBase {
...
@@ -420,7 +420,7 @@ class CenterorderService extends AppServiceBase {
}
}
//换一批logo
//换一批logo
async
changelogo
(
pobj
){
async
changelogo
(
pobj
){
var
reqUrl
=
"http://
43.247.184.92:15501
/api/changelogo"
;
var
reqUrl
=
"http://
ailogo-service
/api/changelogo"
;
var
obj
=
pobj
.
actionBody
;
var
obj
=
pobj
.
actionBody
;
if
(
!
obj
.
title
){
if
(
!
obj
.
title
){
return
system
.
getResult
(
null
,
"品牌名称不能为空"
);
return
system
.
getResult
(
null
,
"品牌名称不能为空"
);
...
@@ -442,7 +442,7 @@ class CenterorderService extends AppServiceBase {
...
@@ -442,7 +442,7 @@ class CenterorderService extends AppServiceBase {
}
}
//生成logo
//生成logo
async
singlelogo
(
pobj
){
async
singlelogo
(
pobj
){
var
reqUrl
=
"http://
43.247.184.92:15501
/api/singlelogo"
;
var
reqUrl
=
"http://
ailogo-service
/api/singlelogo"
;
var
obj
=
pobj
.
actionBody
;
var
obj
=
pobj
.
actionBody
;
if
(
!
obj
.
title
){
if
(
!
obj
.
title
){
return
system
.
getResult
(
null
,
"品牌名称不能为空"
);
return
system
.
getResult
(
null
,
"品牌名称不能为空"
);
...
...
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