Beispiel #1
0
 public ActionResult UpdateShareNum(long productId)
 {
     _iDistributionService.UpdateProductShareNum(productId);
     return(Json(new Result()
     {
         success = true
     }));
 }