|
@@ -261,7 +261,7 @@ public class WeChatServiceImpl implements WeChatService {
|
|
|
Status status = new Status();
|
|
|
String senceid = requestMap.get("EventKey");//场景值
|
|
|
senceid = senceid.replaceAll(ResultInfo.barCodePrefix,"");//替换标识前的字符串
|
|
|
- String str = bindingMachine(senceid, fromUserName);
|
|
|
+ String str = "【美国WaterO】经检测,您的机器为美国WaterO正品,请放心使用。";//bindingMachine(senceid, fromUserName);
|
|
|
status.setCountext(str);
|
|
|
status.setFlag(false);
|
|
|
return status;
|
|
@@ -278,7 +278,7 @@ public class WeChatServiceImpl implements WeChatService {
|
|
|
Member member = refreshUserInfo(fromUserName);
|
|
|
String senceid = requestMap.get("EventKey");//场景值
|
|
|
senceid = senceid.replaceAll(ResultInfo.barCodePrefix,"");//替换标识前的字符串
|
|
|
- String str = bindingMachine(senceid.trim(), fromUserName);
|
|
|
+ String str = "【美国WaterO】经检测,您的机器为美国WaterO正品,请放心使用。";//bindingMachine(senceid.trim(), fromUserName);
|
|
|
status.setCountext(str);
|
|
|
status.setFlag(false);
|
|
|
return status;
|