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