|
|
@@ -82,6 +82,9 @@ public class ToNotifySMOImpl implements IToNotifySMO {
|
|
|
SortedMap<String, String> paramMap = new TreeMap<String, String>();
|
|
|
ResponseEntity<String> responseEntity = null;
|
|
|
for (String key : map.keySet()) {
|
|
|
+ if("wId".equals(wId)){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
paramMap.put(key, map.get(key).toString());
|
|
|
}
|
|
|
String appId = WechatFactory.getAppId(wId);
|