This commit is contained in:
jinyu 2016-08-30 18:56:23 +08:00
parent 80b121b5af
commit 822117cb33

View File

@ -61,7 +61,6 @@ public class CardApi extends MpApi {
content.put(cardType.toLowerCase(), cardCoupon);
JSONObject card = new JSONObject();
card.put("card", content);
System.err.println(card);
Token token = tokenManager.getCache();
String card_create_uri = getRequestUri("card_create_uri");
WeixinResponse response = weixinExecutor.post(