mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
Merge pull request #70 from zhyblack/zhy_black
TransactionConsumeData Payer add spOpenid subOpenid
This commit is contained in:
@@ -128,6 +128,14 @@ public class TransactionConsumeData {
|
|||||||
* 用户在直连商户appid下的唯一标识。
|
* 用户在直连商户appid下的唯一标识。
|
||||||
*/
|
*/
|
||||||
private String openid;
|
private String openid;
|
||||||
|
/**
|
||||||
|
* 用户在服务商appid下的唯一标识。
|
||||||
|
*/
|
||||||
|
private String spOpenid;
|
||||||
|
/**
|
||||||
|
* 用户在子商户appid下的唯一标识。
|
||||||
|
*/
|
||||||
|
private String subOpenid;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user