Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
f7af4ffd
Commit
f7af4ffd
authored
Jan 30, 2020
by
阮思源
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-1002252' into 'master'
1002252学习助手文案优化 See merge request rays/pcloud-book!320
parents
8a0b52e1
c829f569
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
BookKeywordBizImpl.java
...com/pcloud/book/keywords/biz/impl/BookKeywordBizImpl.java
+2
-2
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/keywords/biz/impl/BookKeywordBizImpl.java
View file @
f7af4ffd
...
@@ -654,13 +654,13 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
...
@@ -654,13 +654,13 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
for
(
int
i
=
0
;
i
<
size
;
i
++)
{
for
(
int
i
=
0
;
i
<
size
;
i
++)
{
SelfRobotKeyword
selfRobotKeyword
=
selfRobotKeywords
.
get
(
i
);
SelfRobotKeyword
selfRobotKeyword
=
selfRobotKeywords
.
get
(
i
);
String
toAddIn
=
selfRobotKeyword
.
getGuide
()
+
"
请回复:"
+
selfRobotKeyword
.
getKeyword
()
+
"
\n"
;
String
toAddIn
=
selfRobotKeyword
.
getGuide
()
+
"
,请回复“"
+
selfRobotKeyword
.
getKeyword
()
+
"”
\n"
;
//最后一个
//最后一个
if
(
i
+
1
==
size
)
{
if
(
i
+
1
==
size
)
{
// 拼接反馈链接
// 拼接反馈链接
String
feedbackUrl
=
"*common/C"
+
channelId
+
"/A0/feedback/suggest?bookGroupId="
+
bookGroupId
+
"&wxId="
+
sendTextDTO
.
getWechatUserId
();
String
feedbackUrl
=
"*common/C"
+
channelId
+
"/A0/feedback/suggest?bookGroupId="
+
bookGroupId
+
"&wxId="
+
sendTextDTO
.
getWechatUserId
();
String
url
=
SendWeixinRequestTools
.
splitUrl
(
accountSettingDto
,
feedbackUrl
);
String
url
=
SendWeixinRequestTools
.
splitUrl
(
accountSettingDto
,
feedbackUrl
);
toAddIn
=
toAddIn
+
"回复对应数字序号给我,我将
祝
你达成所愿,提高读书效率。\n如有其他问题反馈,请点击链接:\n"
toAddIn
=
toAddIn
+
"回复对应数字序号给我,我将
助
你达成所愿,提高读书效率。\n如有其他问题反馈,请点击链接:\n"
+
UrlUtils
.
getShortUrl4Own
(
url
);
+
UrlUtils
.
getShortUrl4Own
(
url
);
}
}
String
contents
=
text
+
toAddIn
;
String
contents
=
text
+
toAddIn
;
...
...
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