public ActionResult SelectThirdPartyCouponConfigsByChannelAndPatch(string thirdPartyChannel, string thirdPartyCouponPatch)
 {
     return(Json(ThirdPartyCouponConfigManager.SelectThirdPartyCouponConfigsByChannelAndPatch(thirdPartyChannel, thirdPartyCouponPatch)));
 }