C# Класс CCN.WebAPI.ApiControllers.AuctionController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
AuctionController ( ) : System
SendPost ( string innerid ) : void

Приватные методы

Метод Описание
AddAuctionCar ( [ model ) : JResult
AddParticipant ( [ model ) : JResult
AuctionCarInspectionItem ( ) : JResult
Follow ( [ model ) : JResult
GetAllAuctionParticipantList ( AuctionCarParticipantQueryModel query ) : JResult
GetAuctionCarInspectionResult ( string id ) : JResult
GetAuctionInfoById ( string id ) : JResult
GetAuctionParticipantList ( AuctionCarParticipantQueryModel query ) : BasePageList
GetAuctionTimeList ( ) : JResult
GetAuctioningList ( [ query ) : BasePageList
GetAuctioningViewById ( string id ) : JResult
GetFollowPageList ( [ query ) : BasePageList
GetInspectionResultForHtml ( string id ) : JResult
GetPriceCount ( string auctionid ) : JResult
IsFollow ( string auctionid, string userid ) : JResult
Unfollow ( string auctionid, string userid ) : JResult
UpdateAuctionCar ( [ model ) : JResult
UpdateStatusForPay ( string orderno ) : JResult
WeChatPayForAuction ( string innerid, string tradeType = "NATIVE" ) : JResult
WxPayBack ( ) : HttpResponseMessage

Описание методов

AuctionController() публичный Метод

public AuctionController ( ) : System
Результат System

SendPost() публичный Метод

public SendPost ( string innerid ) : void
innerid string
Результат void