示例#1
0
 public JsonResult DeleteWXSmallProductById(long Id)
 {
     _iWXSmallProgramService.DeleteWXSmallProductById(Id);
     return(Json(new { success = true }));
 }