无锡客运

订单结算


修改订单明细

<h3>基本信息</h3> <ul> <li>请求路径:<a href="http://localhost:9206/official/financeOrderAccounts/edit">http://localhost:9206/official/financeOrderAccounts/edit</a></li> <li>请求方式:PUT</li> <li>接口描述:修改订单明细</li> </ul> <h3>请求参数</h3> <ul> <li>参数格式:application/json</li> <li> <p>参数说明 </p> <p>private Integer id;<br /> private Integer orderType;<br /> private Long orderId;<br /> private Long placeOrderId;<br /> private String placeOrderNumber;<br /> private String transactionNumber;<br /> private String transactionRemarks;<br /> private String batchNumber;<br /> private Integer paymentStatus;<br /> private Integer priceType;<br /> private Integer paymentUserId;<br /> private String paymentUserName;<br /> private String paymentUserTel;<br /> private Integer placeId;<br /> private BigDecimal payableAmount;<br /> private BigDecimal discountAmount;<br /> private BigDecimal paymentAmount;<br /> private String feedbackNumber;<br /> private String payType;<br /> private String payTime;<br /> private Integer collectionAccountId; </p> <p>/** 删除状态 (0不删除 2删除) */<br /> @TableLogic<br /> @JsonIgnore private String delFlag; </p> </li> </ul> <h3>响应数据</h3> <ul> <li>格式:application/json</li> <li>参数说明 {     &quot;msg&quot;: &quot;操作成功&quot;,     &quot;code&quot;: 200,     &quot;flag&quot;: true,     &quot;data&quot;: 0 }</li> </ul> <h3>请求数据样式</h3> <p>{     &quot;id&quot; : 29,     &quot;orderType&quot; : 2 ,     &quot;orderId&quot; : 2 }</p> <h3>返回数据样式</h3> <p>{     &quot;msg&quot;: &quot;操作成功&quot;,     &quot;code&quot;: 200,     &quot;flag&quot;: true,     &quot;data&quot;: 0 }</p>

页面列表

ITEM_HTML