|
|
|
@@ -183,7 +183,7 @@ public class WechatCalllbackController extends BaseController { |
|
|
|
wxOpenService.getWxOpenConfigStorage(), timestamp, nonce, msgSignature); |
|
|
|
logger.debug("\n消息解密后内容为:\n{} ", inMessage.toString()); |
|
|
|
// 全网发布测试用例 |
|
|
|
if (StringUtils.equalsAnyIgnoreCase(appId, "wxd101a85aa106f53e", "wx570bc396a51b8ff8")) { |
|
|
|
if (StringUtils.equalsAnyIgnoreCase(appId, "wx570bc396a51b8ff8", "wxd101a85aa106f53e")) { |
|
|
|
try { |
|
|
|
if (StringUtils.equals(inMessage.getMsgType(), "text")) { |
|
|
|
if (StringUtils.equals(inMessage.getContent(), "TESTCOMPONENT_MSG_TYPE_TEXT")) { |
|
|
|
|