|
|
@@ -749,7 +749,6 @@ public class WxController extends ApiBaseController {
|
|
|
public Object stoneLikePaintByQwData() {
|
|
|
|
|
|
ParameterObject obj = getParameterObject();
|
|
|
- obj.checkParameterNotNull("data");
|
|
|
JSONObject stoneUserJson = obj.getJSONObject("data");
|
|
|
if(stoneUserJson !=null ){
|
|
|
logger.info("收到企微服务商用户信息变更数据:"+stoneUserJson.toJSONString());
|