补充返回值
This commit is contained in:
@ -151,6 +151,7 @@ public class DouyinServiceImpl implements DouyinService {
|
|||||||
|
|
||||||
CertificateVerifyResponse sdkResponse = client.CertificateVerify(sdkRequest);
|
CertificateVerifyResponse sdkResponse = client.CertificateVerify(sdkRequest);
|
||||||
log.info("券核销结果:" + JSONObject.toJSONString(sdkResponse));
|
log.info("券核销结果:" + JSONObject.toJSONString(sdkResponse));
|
||||||
|
return sdkResponse;
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
@ -181,6 +182,7 @@ public class DouyinServiceImpl implements DouyinService {
|
|||||||
|
|
||||||
CertificateCancelResponse sdkResponse = client.CertificateCancel(sdkRequest);
|
CertificateCancelResponse sdkResponse = client.CertificateCancel(sdkRequest);
|
||||||
log.info("撤销券核销结果:" + JSONObject.toJSONString(sdkResponse));
|
log.info("撤销券核销结果:" + JSONObject.toJSONString(sdkResponse));
|
||||||
|
return sdkResponse;
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|||||||
Reference in New Issue
Block a user