Exemplo n.º 1
0
 /// <summary>
 /// 删除焦点广告图
 /// </summary>
 private void DeleteFocusPic()
 {
     if (FocusPicLogic.DeleteFocusPic(GetFormValue("focusid", 0)))
     {
         json = JsonHelper.JsonSerializer(new ResultModel(ApiStatusCode.OK));
     }
     else
     {
         json = JsonHelper.JsonSerializer(new ResultModel(ApiStatusCode.除失败));
     }
 }