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
29a5979c
Commit
29a5979c
authored
Nov 28, 2022
by
陈思聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改ailogo服务地址
parent
29ec801f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
center-channel/app/base/service/impl/common/centerorderSve.js
+2
-2
No files found.
center-channel/app/base/service/impl/common/centerorderSve.js
View file @
29a5979c
...
@@ -528,7 +528,7 @@ class CenterorderService extends AppServiceBase {
...
@@ -528,7 +528,7 @@ class CenterorderService extends AppServiceBase {
}
}
//换一批logo
//换一批logo
async
changelogo
(
pobj
)
{
async
changelogo
(
pobj
)
{
var
reqUrl
=
"http://ailogo-service
:4724
/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
,
"品牌名称不能为空"
);
...
@@ -550,7 +550,7 @@ class CenterorderService extends AppServiceBase {
...
@@ -550,7 +550,7 @@ class CenterorderService extends AppServiceBase {
}
}
//生成logo
//生成logo
async
singlelogo
(
pobj
)
{
async
singlelogo
(
pobj
)
{
var
reqUrl
=
"http://ailogo-service
:4724
/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