コード例 #1
0
 public BasicResponse <PowerboxchargehistoryInfo> GetPowerboxchargehistoryById(Sys.Safety.Request.Powerboxchargehistory.PowerboxchargehistoryGetRequest powerboxchargehistoryRequest)
 {
     return(_IPowerboxchargehistoryService.GetPowerboxchargehistoryById(powerboxchargehistoryRequest));
 }
コード例 #2
0
        public BasicResponse <PowerboxchargehistoryInfo> GetPowerboxchargehistoryById(Sys.Safety.Request.Powerboxchargehistory.PowerboxchargehistoryGetRequest powerboxchargehistoryRequest)
        {
            var responseStr = HttpClientHelper.Post(Webapi + "/v1/Powerboxchargehistory/GetById?token=" + Token, JSONHelper.ToJSONString(powerboxchargehistoryRequest));

            return(JSONHelper.ParseJSONString <BasicResponse <PowerboxchargehistoryInfo> >(responseStr));
        }