Commit 797fc559 authored by fallenstardust's avatar fallenstardust

fix

parent 2b513c1e
......@@ -224,14 +224,12 @@ public class DeckSquareApiUtil {
deckData.setDeckId(deckId);
deckData.setDeckName(deckfile.getName());
deckData.getDeckCoverCard1(deckfile.getFirstCode());
deckData.setDeckCoverCard1(deckfile.getFirstCode());
deckData.setDelete(false);
deckData.setDeckYdk(deckContent);
pushCardJson.setDeck(deckData);
String json = gson.toJson(pushCardJson);
Response response = OkhttpUtil.postJson(url, json, headers, 1000);
String responseBodyString = response.body().string();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment