|
@@ -34,7 +34,7 @@ public class PushWxMessageService {
|
|
|
}
|
|
|
List<String> openidList = dao.selectOpenidByCardNo(param.getCardNo());
|
|
|
if (null == openidList || openidList.isEmpty()) {
|
|
|
- return "ERROR:未找到卡号【" + param.getCardNo() + "】的openid"
|
|
|
+ return "ERROR:未找到卡号【" + param.getCardNo() + "】的openid";
|
|
|
}
|
|
|
RestTemplate template = new RestTemplate();
|
|
|
JSONObject content = param.getMsgContext();
|