From cfcc0f400564a6cb762f162595df1617322fde88 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 01 十一月 2023 08:54:55 +0800
Subject: [PATCH] 商户认证代码

---
 cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/impl/TOperatorUserServiceImpl.java |   41 +----------------------------------------
 1 files changed, 1 insertions(+), 40 deletions(-)

diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/impl/TOperatorUserServiceImpl.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/impl/TOperatorUserServiceImpl.java
index fea1d50..b24aa9e 100644
--- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/impl/TOperatorUserServiceImpl.java
+++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/impl/TOperatorUserServiceImpl.java
@@ -56,46 +56,7 @@
     }
     @Override
     public void mgtShopAuth(MgtShopAuthDto mgtShopAuthDto) {
-        mgtShopAuthDto.setUserId(1);
-        mgtShopAuthDto.setAuthId("1");
-        mgtShopAuthDto.setShopId(1L);
-        mgtShopAuthDto.setShopName("商户名称");
-        mgtShopAuthDto.setShopownerName("店主姓名");
-        mgtShopAuthDto.setShopownerPhone("17628220929");
-        mgtShopAuthDto.setMainType(1);
-        mgtShopAuthDto.setBlShopName("营业执照商户名称");
-        mgtShopAuthDto.setBlNumber("营业执照编号");
-        mgtShopAuthDto.setBlCorporateName("营业执照法人姓名");
-        mgtShopAuthDto.setBlRegisteredAddress("营业执照注册地址");
-        mgtShopAuthDto.setBlBusinessStartTime("2022-02-11");
-        mgtShopAuthDto.setBlBusinessDeanline("2025-05-09");
-        mgtShopAuthDto.setBlBusinessFoeverFlag(0);
-        mgtShopAuthDto.setBlImage("营业执照图片");
-        mgtShopAuthDto.setLpCorporateName("法人姓名");
-        mgtShopAuthDto.setLpIdCard("513701199910156123");
-        mgtShopAuthDto.setLpIdAddress("法人身份证地址");
-        mgtShopAuthDto.setLpIcStartDate("2020-05-05");
-        mgtShopAuthDto.setLpIcEndDate("2025-05-05");
-        mgtShopAuthDto.setLpIcForeverFlag(0);
-        mgtShopAuthDto.setLpIcFront("法人身份证正面");
-        mgtShopAuthDto.setLpIcBack("法人身份证背面");
-        mgtShopAuthDto.setLpMobilePhone("17628220929");
-        mgtShopAuthDto.setLpContactEmail("法人邮箱");
-        mgtShopAuthDto.setSettlementAccountType("2");
-        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("受益人居住地址");
+
         OperatorAuth shopAuthentication = new OperatorAuth();
 
         if(mgtShopAuthDto.getBlBusinessFoeverFlag()!=null&&mgtShopAuthDto.getBlBusinessFoeverFlag()==1){

--
Gitblit v1.7.1