补充返回值

This commit is contained in:
2025-10-29 23:44:07 +08:00
parent 711dc997d0
commit 4921dd1719

View File

@ -151,6 +151,7 @@ public class DouyinServiceImpl implements DouyinService {
CertificateVerifyResponse sdkResponse = client.CertificateVerify(sdkRequest);
log.info("券核销结果:" + JSONObject.toJSONString(sdkResponse));
return sdkResponse;
} catch (Exception e) {
e.printStackTrace();
@ -181,6 +182,7 @@ public class DouyinServiceImpl implements DouyinService {
CertificateCancelResponse sdkResponse = client.CertificateCancel(sdkRequest);
log.info("撤销券核销结果:" + JSONObject.toJSONString(sdkResponse));
return sdkResponse;
} catch (Exception e) {
e.printStackTrace();