tangshanshan 1 ay önce
ebeveyn
işleme
69ecaa6e2c

+ 1 - 0
crm-settlement/src/main/java/com/crm/settlement/service/impl/SettlementServiceImpl.java

@@ -150,6 +150,7 @@ public class SettlementServiceImpl extends BaseSettlementServiceImpl implements
 
     @Override
     public BaseResultDto withdraw(Map<String, String> request) throws Exception{
+
         MerchantPayOutRequestEntity requestEntity = verifyWithdrawRequest(request);
 
         String channelCode = requestEntity.getChannelCode();