Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
shop-Mall
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
licc
shop-Mall
Commits
e647e7a8
Commit
e647e7a8
authored
Mar 04, 2021
by
m1991
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sms工具类迁移 用户注册功能接口实现
parent
9884ff2a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
158 deletions
+17
-158
pom.xml
pom.xml
+10
-24
pom.xml
wisenergy-common/pom.xml
+3
-6
wisenergy-service.iml
wisenergy-service/wisenergy-service.iml
+4
-126
SmsController.java
.../cn/wisenergy/web/admin/controller/app/SmsController.java
+0
-1
loginController.java
...n/wisenergy/web/admin/controller/app/loginController.java
+0
-1
No files found.
pom.xml
View file @
e647e7a8
...
...
@@ -65,7 +65,7 @@
<groupId>
commons-codec
</groupId>
<artifactId>
commons-codec
</artifactId>
</dependency>
<!--
https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload
-->
<!--
文件上传
-->
<dependency>
<groupId>
commons-fileupload
</groupId>
<artifactId>
commons-fileupload
</artifactId>
...
...
@@ -123,29 +123,15 @@
<version>
0.8
</version>
</dependency>
<!--<!–druid数据源 –>-->
<!--<dependency>-->
<!--<groupId>com.alibaba</groupId>-->
<!--<artifactId>druid</artifactId>-->
<!--<version>1.1.9</version>-->
<!--</dependency>-->
<!--<!– 文件上传 –>-->
<!--<dependency>-->
<!--<groupId>commons-fileupload</groupId>-->
<!--<artifactId>commons-fileupload</artifactId>-->
<!--<version>1.3.3</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>commons-io</groupId>-->
<!--<artifactId>commons-io</artifactId>-->
<!--<version>2.4</version>-->
<!--</dependency>-->
<!-- 阿里巴巴JSON处理器 -->
<!--<dependency>-->
<!--<groupId>com.alibaba</groupId>-->
<!--<artifactId>fastjson</artifactId>-->
<!--<version>1.2.31</version>-->
<!--</dependency>-->
<!--druid数据源 -->
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid
</artifactId>
<version>
1.1.9
</version>
</dependency>
</dependencies>
...
...
wisenergy-common/pom.xml
View file @
e647e7a8
...
...
@@ -162,17 +162,12 @@
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.75
</version>
</dependency>
<dependency>
<groupId>
com.aliyun
</groupId>
<artifactId>
aliyun-java-sdk-core
</artifactId>
</dependency>
<!--阿里短信依赖-->
<dependency>
<groupId>
com.aliyun
</groupId>
<artifactId>
aliyun-java-sdk-core
</artifactId>
<version>
4.4.0
</version>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
...
...
@@ -191,6 +186,7 @@
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
2.8.0
</version>
</dependency>
<dependency>
<groupId>
cn.hutool
</groupId>
...
...
@@ -201,6 +197,7 @@
<dependency>
<groupId>
org.bytedeco
</groupId>
<artifactId>
javacv
</artifactId>
<version>
0.8
</version>
</dependency>
</dependencies>
...
...
wisenergy-service/wisenergy-service.iml
View file @
e647e7a8
This diff is collapsed.
Click to expand it.
wisenergy-web-admin/src/main/java/cn/wisenergy/web/admin/controller/app/SmsController.java
View file @
e647e7a8
...
...
@@ -3,7 +3,6 @@ package cn.wisenergy.web.admin.controller.app;
import
cn.wisenergy.common.enums.ResultEnum
;
import
cn.wisenergy.common.utils.*
;
import
cn.wisenergy.web.sms.*
;
import
cn.wisenergy.web.sms.Constants
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiImplicitParam
;
import
io.swagger.annotations.ApiImplicitParams
;
...
...
wisenergy-web-admin/src/main/java/cn/wisenergy/web/admin/controller/app/loginController.java
View file @
e647e7a8
...
...
@@ -6,7 +6,6 @@ import cn.wisenergy.web.sms.*;
import
cn.wisenergy.model.app.User
;
import
cn.wisenergy.model.app.UsersDto
;
import
cn.wisenergy.service.app.UserService
;
import
cn.wisenergy.web.sms.Constants
;
import
com.alibaba.fastjson.JSONObject
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiImplicitParam
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment