Merge pull request #70 from zhyblack/zhy_black

TransactionConsumeData Payer add spOpenid subOpenid
This commit is contained in:
felord.cn
2022-06-18 10:16:54 +08:00
committed by GitHub

View File

@@ -128,6 +128,14 @@ public class TransactionConsumeData {
* 用户在直连商户appid下的唯一标识。 * 用户在直连商户appid下的唯一标识。
*/ */
private String openid; private String openid;
/**
* 用户在服务商appid下的唯一标识。
*/
private String spOpenid;
/**
* 用户在子商户appid下的唯一标识。
*/
private String subOpenid;
} }
/** /**