|
|
@@ -25,8 +25,10 @@ public class UnionFrictionlessPayConfig {
|
|
|
@Schema(description = "无感支付 秘钥 测试环境通知加密密钥")
|
|
|
private String notifySecret;
|
|
|
|
|
|
+ @Schema(description = "银联分配的appId")
|
|
|
private String appId;
|
|
|
|
|
|
+ @Schema(description = "银联分配的appKey")
|
|
|
private String appKey;
|
|
|
|
|
|
@Schema(description = "终端号")
|