Commit ff15fa2974102266542744344993842ac8091986

Authored by guzijian
1 parent 7738fe37

ci(trash-common): 新增pom依赖

trash-common/pom.xml
... ... @@ -16,11 +16,7 @@
16 16 </description>
17 17  
18 18 <dependencies>
19   - <dependency>
20   - <groupId>com.aliyun</groupId>
21   - <artifactId>aliyun-java-sdk-core</artifactId>
22   - <version>4.5.16</version>
23   - </dependency>
  19 +
24 20 <dependency>
25 21 <groupId>com.aliyun</groupId>
26 22 <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
... ... @@ -31,7 +27,11 @@
31 27 <groupId>org.springframework</groupId>
32 28 <artifactId>spring-context-support</artifactId>
33 29 </dependency>
34   -
  30 + <dependency>
  31 + <groupId>com.aliyun</groupId>
  32 + <artifactId>aliyun-java-sdk-core</artifactId>
  33 + <version>4.5.16</version>
  34 + </dependency>
35 35 <!-- SpringWeb模块 -->
36 36 <dependency>
37 37 <groupId>org.springframework</groupId>
... ...
trash-common/src/main/java/com/trash/common/utils/util/SmsConf.java
... ... @@ -3,16 +3,16 @@ package com.trash.common.utils.util;
3 3 import java.util.Calendar;
4 4  
5 5 public class SmsConf {
6   - //基础地址 请参文档填写
7   - public static String smsSendUrl = "http://172.31.253.178:5050/ims/sms/sendSms";//发送地址
8   - public static String queyrbalanceUrl = "http://172.31.253.178:5050/ims/sms/queryBalance";//查询发送能力地址
9   - public static String smsMoUrl = "http://172.31.253.178:9090/ims/sms/queryMo";//取上行地址
10   - public static String smsRptUrl = "http://172.31.253.178:9090/ims/sms/queryRpt";//取回执地址
11   - public static String smsUserName="账户名";//账户名
12   - public static String smsPasswd="账号密码";//账号密码
  6 + //鍩虹鍦板潃 璇峰弬鏂囨。濉啓
  7 + public static String smsSendUrl = "http://172.31.253.178:5050/ims/sms/sendSms";//鍙戦佸湴鍧
  8 + public static String queyrbalanceUrl = "http://172.31.253.178:5050/ims/sms/queryBalance";//鏌ヨ鍙戦佽兘鍔涘湴鍧
  9 + public static String smsMoUrl = "http://172.31.253.178:9090/ims/sms/queryMo";//鍙栦笂琛屽湴鍧
  10 + public static String smsRptUrl = "http://172.31.253.178:9090/ims/sms/queryRpt";//鍙栧洖鎵у湴鍧
  11 + public static String smsUserName="璐︽埛鍚";//璐︽埛鍚
  12 + public static String smsPasswd="璐﹀彿瀵嗙爜";//璐﹀彿瀵嗙爜
13 13  
14 14  
15   -
  15 +
16 16 public static String getSysTime() {
17 17 Calendar now = Calendar.getInstance();
18 18 String year = Integer.toString(now.get(Calendar.YEAR));
... ...
trash-garbage/pom.xml
... ... @@ -21,17 +21,17 @@
21 21 <!-- <artifactId>trash-common</artifactId>-->
22 22 <!-- </dependency>-->
23 23  
24   - <dependency>
25   - <groupId>com.trash</groupId>
26   - <artifactId>trash-framework</artifactId>
27   - </dependency>
  24 +
28 25 <!--二维码扫描工具包-->
29 26 <dependency>
30 27 <groupId>com.google.zxing</groupId>
31 28 <artifactId>core</artifactId>
32 29 <version>3.3.0</version>
33 30 </dependency>
34   -
  31 + <dependency>
  32 + <groupId>com.trash</groupId>
  33 + <artifactId>trash-framework</artifactId>
  34 + </dependency>
35 35 <dependency>
36 36 <groupId>org.projectlombok</groupId>
37 37 <artifactId>lombok</artifactId>
... ...