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
a0b12c29
Commit
a0b12c29
authored
Mar 17, 2020
by
阮思源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug1021853
parent
991420d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
PcloudRobotBizImpl.java
...cloud/book/pcloudkeyword/biz/impl/PcloudRobotBizImpl.java
+3
-1
PersonalStageBizImpl.java
...oud/book/personalstage/biz/impl/PersonalStageBizImpl.java
+2
-0
PersonalStageJumpBizImpl.java
...book/personalstage/biz/impl/PersonalStageJumpBizImpl.java
+4
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/pcloudkeyword/biz/impl/PcloudRobotBizImpl.java
View file @
a0b12c29
...
@@ -363,11 +363,13 @@ public class PcloudRobotBizImpl implements PcloudRobotBiz {
...
@@ -363,11 +363,13 @@ public class PcloudRobotBizImpl implements PcloudRobotBiz {
sendMomentsDTO
.
setContent
(
userWxId
);
sendMomentsDTO
.
setContent
(
userWxId
);
sendMomentsDTO
.
setLink
(
robotWelcome
.
getResourceUrl
());
sendMomentsDTO
.
setLink
(
robotWelcome
.
getResourceUrl
());
sendMomentsDTO
.
setIp
(
ip
);
sendMomentsDTO
.
setIp
(
ip
);
sendMomentsDTO
.
setAltId
(
robotWxId
);
sendMomentsDTO
.
setWxId
(
userWxId
);
sendMomentsDTO
.
setMessageGroupId
(
messageGroup
);
sendMomentsDTO
.
setMessageGroupId
(
messageGroup
);
sendMomentsDTO
.
setCounts
(
count
);
sendMomentsDTO
.
setCounts
(
count
);
sendMomentsDTO
.
setIndex
(
index
);
sendMomentsDTO
.
setIndex
(
index
);
sendMomentsDTO
.
setRobotProcessType
(
RobotProcessTypeEnum
.
WELCOME
);
sendMomentsDTO
.
setRobotProcessType
(
RobotProcessTypeEnum
.
WELCOME
);
WxGroupSDK
.
sendMessageToPhone
(
sendMomentsDTO
);
wechatGroupConsr
.
sendMessage
(
JSON
.
toJSONString
(
sendMomentsDTO
)
);
}
}
index
++;
index
++;
}
}
...
...
pcloud-service-book/src/main/java/com/pcloud/book/personalstage/biz/impl/PersonalStageBizImpl.java
View file @
a0b12c29
...
@@ -990,6 +990,8 @@ public class PersonalStageBizImpl implements PersonalStageBiz {
...
@@ -990,6 +990,8 @@ public class PersonalStageBizImpl implements PersonalStageBiz {
sendMomentsDTO
.
setContent
(
userWxId
);
sendMomentsDTO
.
setContent
(
userWxId
);
sendMomentsDTO
.
setLink
(
resourceDTO
.
getFileUrl
());
sendMomentsDTO
.
setLink
(
resourceDTO
.
getFileUrl
());
sendMomentsDTO
.
setIp
(
ip
);
sendMomentsDTO
.
setIp
(
ip
);
sendMomentsDTO
.
setAltId
(
robotId
);
sendMomentsDTO
.
setWxId
(
userWxId
);
sendMomentsDTO
.
setMessageGroupId
(
uuid
);
sendMomentsDTO
.
setMessageGroupId
(
uuid
);
sendMomentsDTO
.
setRobotProcessType
(
robotProcessType
);
sendMomentsDTO
.
setRobotProcessType
(
robotProcessType
);
sendMomentsDTO
.
setIndex
(
replyItems
.
indexOf
(
item
));
sendMomentsDTO
.
setIndex
(
replyItems
.
indexOf
(
item
));
...
...
pcloud-service-book/src/main/java/com/pcloud/book/personalstage/biz/impl/PersonalStageJumpBizImpl.java
View file @
a0b12c29
...
@@ -553,6 +553,8 @@ public class PersonalStageJumpBizImpl implements PersonalStageJumpBiz {
...
@@ -553,6 +553,8 @@ public class PersonalStageJumpBizImpl implements PersonalStageJumpBiz {
sendMomentsDTO
.
setContent
(
dto
.
getKey
());
sendMomentsDTO
.
setContent
(
dto
.
getKey
());
sendMomentsDTO
.
setLink
(
resourceDTO
.
getFileUrl
());
sendMomentsDTO
.
setLink
(
resourceDTO
.
getFileUrl
());
sendMomentsDTO
.
setIp
(
linkupDelayDTO
.
getIp
());
sendMomentsDTO
.
setIp
(
linkupDelayDTO
.
getIp
());
sendMomentsDTO
.
setAltId
(
linkupDelayDTO
.
getRobotId
());
sendMomentsDTO
.
setWxId
(
dto
.
getKey
());
fillMessageBaseInfo
(
sendMomentsDTO
,
linkupDelayDTO
);
fillMessageBaseInfo
(
sendMomentsDTO
,
linkupDelayDTO
);
wechatGroupConsr
.
sendMessage
(
JSON
.
toJSONString
(
sendMomentsDTO
));
wechatGroupConsr
.
sendMessage
(
JSON
.
toJSONString
(
sendMomentsDTO
));
}
}
...
@@ -919,6 +921,8 @@ public class PersonalStageJumpBizImpl implements PersonalStageJumpBiz {
...
@@ -919,6 +921,8 @@ public class PersonalStageJumpBizImpl implements PersonalStageJumpBiz {
sendMomentsDTO
.
setContent
(
userWxId
);
sendMomentsDTO
.
setContent
(
userWxId
);
sendMomentsDTO
.
setLink
(
resourceDTO
.
getFileUrl
());
sendMomentsDTO
.
setLink
(
resourceDTO
.
getFileUrl
());
sendMomentsDTO
.
setIp
(
ip
);
sendMomentsDTO
.
setIp
(
ip
);
sendMomentsDTO
.
setAltId
(
robotWxId
);
sendMomentsDTO
.
setWxId
(
userWxId
);
sendMomentsDTO
.
setRobotProcessType
(
RobotProcessTypeEnum
.
PERSONAL_STAGE_JUMP
);
sendMomentsDTO
.
setRobotProcessType
(
RobotProcessTypeEnum
.
PERSONAL_STAGE_JUMP
);
sendMomentsDTO
.
setMessageGroupId
(
messageGroupId
);
sendMomentsDTO
.
setMessageGroupId
(
messageGroupId
);
sendMomentsDTO
.
setIndex
(
i
);
sendMomentsDTO
.
setIndex
(
i
);
...
...
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