mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
feat:整合站长支付第三方支付平台
This commit is contained in:
parent
bb00a4c2c8
commit
4cc58f0541
@ -0,0 +1,21 @@
|
||||
package com.youlai.mall.oms.pojo.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 支付结果回调接收类
|
||||
*/
|
||||
@Data
|
||||
public class ResultPayDTO {
|
||||
|
||||
private String code;
|
||||
private String msg;
|
||||
private String otherinfo;
|
||||
private String orderId;
|
||||
private String price;
|
||||
private String name;
|
||||
private String thirduid;
|
||||
private String paytype;
|
||||
private String remarks;
|
||||
private String originalprice;
|
||||
}
|
Loading…
Reference in New Issue
Block a user