Commit 8545494c by 徐高华

好办小程序权限

parent 1b0dbadc
......@@ -235,7 +235,7 @@ public class HaobanMenuServiceImpl implements HaobanMenuService {
@Override
public void saveMenuFromGicEvent(String params) {
logger.info("服务开通-好办小程序={}",params);
logger.info("服务开通事件-好办小程序={}",params);
JSONObject json = JSONObject.parseObject(params) ;
String serviceCode = json.getString("serviceCode") ;
String enterpriseId = json.getString("enterpriseId") ;
......
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