【非常重要】:weixin4j-base->主要调整了PayPackage构造函数:从主到次
This commit is contained in:
@@ -31,13 +31,11 @@ public class AesToken implements Serializable {
|
||||
/**
|
||||
* 一般为明文模式
|
||||
*
|
||||
* @param weixinId
|
||||
* 微信号(原始ID/appid/corpid)
|
||||
* @param token
|
||||
* 开发者的Token
|
||||
*/
|
||||
public AesToken(String weixinId, String token) {
|
||||
this(weixinId, token, null);
|
||||
public AesToken(String token) {
|
||||
this(null, token, null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user