|
|
@@ -58,7 +58,7 @@ public class adminAction extends ActionSupport implements ServletRequestAware {
|
|
|
JSONObject resultJson = new JSONObject();
|
|
|
resultJson.put("message", "操作成功");
|
|
|
resultJson.put("code", 200);
|
|
|
- resultJson.put("data", "1");
|
|
|
+ resultJson.put("data", "0");
|
|
|
ResUtil.writeJson(ServletActionContext.getResponse(), resultJson.toString());
|
|
|
return null;
|
|
|
}
|