md
This commit is contained in:
parent
80b121b5af
commit
822117cb33
@ -61,7 +61,6 @@ public class CardApi extends MpApi {
|
|||||||
content.put(cardType.toLowerCase(), cardCoupon);
|
content.put(cardType.toLowerCase(), cardCoupon);
|
||||||
JSONObject card = new JSONObject();
|
JSONObject card = new JSONObject();
|
||||||
card.put("card", content);
|
card.put("card", content);
|
||||||
System.err.println(card);
|
|
||||||
Token token = tokenManager.getCache();
|
Token token = tokenManager.getCache();
|
||||||
String card_create_uri = getRequestUri("card_create_uri");
|
String card_create_uri = getRequestUri("card_create_uri");
|
||||||
WeixinResponse response = weixinExecutor.post(
|
WeixinResponse response = weixinExecutor.post(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user