Compare commits

..

No commits in common. "4d2471b537ae31e9e40fdade7289c8416a063f8d" and "6355f1e66ba7783e2e9418b55721b117d3c9b7bc" have entirely different histories.

1 changed files with 3 additions and 0 deletions

View File

@ -2,7 +2,10 @@ package com.kimgo.wepush.request;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.kimgo.wepush.model.TextCardMessage;
import com.kimgo.wepush.response.QyWeChatSendMessageApiResponse;
import com.kimgo.wepush.service.QyWeChatURLService;
import com.kimgo.wepush.service.TokenService;
import okhttp3.MediaType;
import okhttp3.OkHttpClient;
import okhttp3.RequestBody;