继续优化代码

This commit is contained in:
jinyu
2016-03-07 14:03:41 +08:00
parent fe51ab7813
commit 26ddb8eb32
10 changed files with 26 additions and 21 deletions
@@ -662,6 +662,10 @@
<code>45022</code>
<text>应用名字长度不合法,合法长度为2-16个字</text>
</error>
<error>
<code>45047</code>
<text>客服接口下行条数超过上限</text>
</error>
<error>
<code>45024</code>
<text>账号数量超过上限</text>
@@ -154,7 +154,7 @@ public class WeixinPayProxy {
* @see com.foxinmy.weixin4j.payment.mch.JSAPIPayRequest JS支付
* @see com.foxinmy.weixin4j.payment.mch.NATIVEPayRequest 扫码支付
* @see com.foxinmy.weixin4j.payment.mch.APPPayRequest APP支付
* @see com.foxinmy.weixin4j.payment.mch.WAPPayRequest WAP支付t
* @see com.foxinmy.weixin4j.payment.mch.WAPPayRequest WAP支付
* @throws WeixinPayException
*/
public MchPayRequest createPayRequest(TradeType tradeType, String openId,
@@ -74,8 +74,4 @@ public class TokenHolder {
tokenStorager.caching(cacheKey, token);
return token;
}
public TokenStorager getTokenStorager() {
return tokenStorager;
}
}