|
|
@@ -45,6 +45,10 @@ public class EventMsgService implements GzhMsgService {
|
|
|
try {
|
|
|
if (msgEvent.getEvent() == MsgEvent.Event.subscribe) {
|
|
|
if (!saveOrGetUser(msgEvent)) {
|
|
|
+ String eventKey = msgEvent.getEventKey();
|
|
|
+ if (StrUtil.isNotEmpty(eventKey) && eventKey.contains("qrscene")) {
|
|
|
+ msgEvent.setEventKey(eventKey.substring(eventKey.indexOf("qrscene_") + 8));
|
|
|
+ }
|
|
|
return "";
|
|
|
}
|
|
|
} else if (msgEvent.getEvent() == MsgEvent.Event.unsubscribe) {
|