Showing
1 changed file
with
2 additions
and
2 deletions
@@ -773,8 +773,8 @@ public class MerchantOrderPaymentService extends AbstractOrderPaymentService { | @@ -773,8 +773,8 @@ public class MerchantOrderPaymentService extends AbstractOrderPaymentService { | ||
773 | sellerWalletDetailMapper.insert(swd); | 773 | sellerWalletDetailMapper.insert(swd); |
774 | 774 | ||
775 | // 删除芝麻认证信息 | 775 | // 删除芝麻认证信息 |
776 | - ApiResponse<?> resp = ufoServiceCaller.call("ufo.user.clearZhiMaCertInfo", ApiResponse.class, uid); | ||
777 | - logger.info("商家退出,删除uid{} 芝麻认证信息结果为{}", uid, resp); | 776 | +// ApiResponse<?> resp = ufoServiceCaller.call("ufo.user.clearZhiMaCertInfo", ApiResponse.class, uid); |
777 | +// logger.info("商家退出,删除uid{} 芝麻认证信息结果为{}", uid, resp); | ||
778 | return amount; | 778 | return amount; |
779 | } | 779 | } |
780 | 780 |
-
Please register or login to post a comment