mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-05 16:09:47 +08:00
字段作用域
This commit is contained in:
@@ -14,11 +14,11 @@ public class PayoneerConfigStorage extends BasePayConfigStorage {
|
||||
/**
|
||||
* 商户Id
|
||||
*/
|
||||
public String programId;
|
||||
private String programId;
|
||||
/**
|
||||
* PayoneerPay 用户名
|
||||
*/
|
||||
public String userName;
|
||||
private String userName;
|
||||
|
||||
/**
|
||||
* 应用id
|
||||
|
||||
Reference in New Issue
Block a user