From 61bbd595ee2bc3c67b40878894dcc07174c6eea6 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期二, 24 九月 2024 10:15:30 +0800
Subject: [PATCH] 玩湃微信商户分账

---
 cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/OperatorUserController.java |   59 -----------------------------------------------------------
 1 files changed, 0 insertions(+), 59 deletions(-)

diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/OperatorUserController.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/OperatorUserController.java
index 6f35ce3..5f4478e 100644
--- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/OperatorUserController.java
+++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/OperatorUserController.java
@@ -80,63 +80,4 @@
         return list;
     }
 
-    @RequestMapping(value = "/mgtShopAuth", method = RequestMethod.POST)
-    @ApiOperation(value = "微信平台商户进件")
-    @ResponseBody
-    public Object mgtShopAuth(Integer operatorId,String aliasName, String name,String phone,
-                              String bodyType,String businessName,String businessNumber,String legalPerson,
-                              String legalRepresentative,String registerAddress,String businessTerm,String businessPicture,
-                              String businessEnd,String legalNumber,String accountType,
-                              Integer blBusinessFoeverFlag, String leagleNumber,String legalAddress,
-                              String legalTerm,String legalEnd, Integer lpIcForeverFlag,String legalFront,String legalBack,
-                              String legalPhone,String legalEmail, String settlementAccountType,String saBank,String saAccountName,
-                              String saBankProvinceCode,String saBankCityCode, String saBankName,String saNumber,String baPics,
-                              String baDesc,Integer owner, String uboName,String uboIdCard,String uboIcStartDate,String uboIcEndDate,
-                              String uboIcFront,String uboIcBack, String uboIcAddress) {
-        MgtShopAuthDto mgtShopAuthDto = new MgtShopAuthDto();
-        Integer userId = Objects.requireNonNull(UserExt.getUser()).getId();
-        mgtShopAuthDto.setUserId(userId);
-        mgtShopAuthDto.setAuthId("1");
-        mgtShopAuthDto.setShopId(Long.valueOf(operatorId));
-        mgtShopAuthDto.setShopName(businessName);
-        mgtShopAuthDto.setShopownerName(name);
-        mgtShopAuthDto.setShopownerPhone(phone);
-        mgtShopAuthDto.setMainType(Integer.valueOf(bodyType));
-        mgtShopAuthDto.setBlShopName(businessName);
-        mgtShopAuthDto.setBlNumber(businessNumber);
-        mgtShopAuthDto.setBlCorporateName(legalRepresentative);
-        mgtShopAuthDto.setBlRegisteredAddress(registerAddress);
-        mgtShopAuthDto.setBlBusinessStartTime(businessTerm);
-        mgtShopAuthDto.setBlBusinessDeanline(businessEnd);
-        mgtShopAuthDto.setBlBusinessFoeverFlag(blBusinessFoeverFlag);
-        mgtShopAuthDto.setBlImage(businessPicture);
-        mgtShopAuthDto.setLpCorporateName(legalPerson);
-        mgtShopAuthDto.setLpIdCard(legalNumber);
-        mgtShopAuthDto.setLpIdAddress(legalAddress);
-        mgtShopAuthDto.setLpIcStartDate(legalTerm);
-        mgtShopAuthDto.setLpIcEndDate(legalEnd);
-        mgtShopAuthDto.setLpIcForeverFlag(lpIcForeverFlag);
-        mgtShopAuthDto.setLpIcFront(legalFront);
-        mgtShopAuthDto.setLpIcBack(legalBack);
-        mgtShopAuthDto.setLpMobilePhone(legalPhone);
-        mgtShopAuthDto.setLpContactEmail("法人邮箱");
-        mgtShopAuthDto.setSettlementAccountType(accountType);
-        mgtShopAuthDto.setSaBank("开户行");
-        mgtShopAuthDto.setSaAccountName("开户名称");
-        mgtShopAuthDto.setSaBankProvinceCode("开户所在省");
-        mgtShopAuthDto.setSaBankCityCode("开户所在市");
-        mgtShopAuthDto.setSaBankName("开户行全称");
-        mgtShopAuthDto.setSaNumber("银行卡号");
-        mgtShopAuthDto.setOwner(1);
-        mgtShopAuthDto.setUboName("ck");
-        mgtShopAuthDto.setUboIdCard("513701199910156123");
-        mgtShopAuthDto.setUboIcStartDate("2020-05-05");
-        mgtShopAuthDto.setUboIcEndDate("2025-05-05");
-        mgtShopAuthDto.setUboIcFront("受益人身份证正面");
-        mgtShopAuthDto.setUboIcBack("受益人身份证正面");
-        mgtShopAuthDto.setUboIcAddress("受益人居住地址");
-        operatorUserService.mgtShopAuth(mgtShopAuthDto);
-        return SUCCESS_TIP;
-    }
-
 }

--
Gitblit v1.7.1