Commit 1d5f9dec by 徐高华

Merge branch 'bugfix/xgh1212' into 'master'

log

See merge request !1583
parents 275ad2c6 6a735106
......@@ -114,6 +114,7 @@ public class HaobanCommonMQApiServiceImpl implements HaobanCommonMQApiService {
@Override
public void noticeMemberMQ(String params) {
log.info("通知会员企微标识={}",params);
JSONObject json = JSONObject.parseObject(params) ;
String enterpriseId = json.getString("enterpriseId") ;
List<String> memberIdList = JSONArray.parseArray(json.getString("memberIdList"),String.class) ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment