|
|
@@ -24,10 +24,14 @@ public class GetOrderPayStatusResponse { |
|
|
|
|
|
|
|
@ApiModelProperty(name = "paidTime", value = "支付完成时间", dataType = "String" ,example="2018-07-09 09:40:53") |
|
|
|
public String paidTime = DateUtils.format(new Date(),DateUtils.FORMAT_LONG); |
|
|
|
|
|
|
|
@ApiModelProperty(name = "mOrderNumber", value = "mOrderNumber", dataType = "String" ,example="132509533344") |
|
|
|
public String mOrderNumber; |
|
|
|
|
|
|
|
public GetOrderPayStatusResponse(String payStatus,String payType) { |
|
|
|
public GetOrderPayStatusResponse(String payStatus,String payType,String mOrderNumber) { |
|
|
|
this.payStatus = payStatus; |
|
|
|
this.payType = payType; |
|
|
|
this.mOrderNumber = mOrderNumber; |
|
|
|
} |
|
|
|
|
|
|
|
public GetOrderPayStatusResponse() { |
|
|
|