Skip to content

Commit

Permalink
modify notes and pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieonway committed Oct 13, 2019
1 parent 38c3046 commit d4c3c63
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modules>
<module>sms-spring-boot-autoconfigure</module>
<module>sms-spring-boot-starter</module>
<module>demo-sms</module>
<!--<module>demo-sms</module>-->
</modules>
<distributionManagement>
<repository>
Expand Down Expand Up @@ -90,6 +90,19 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- GPG -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package com.github.jackieonway.sms.entity;

/****

/**
* 云之讯短信平台接口参数
* @author bigbearLoveTingting
* @date 2019/7/15 14:27
**/
* @version \$id: UcpassSmsRequest.java v 0.1 2019-7-15 14:27 bigbearLoveTingting Exp $$
*/
public class UcpassSmsRequest extends BaseRequest {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
/**
* 云之讯短信服务
* @author bigbearLoveTingting
* @date 2019/7/15 14:01
**/
* @version \$id: UcpassSmsService.java v 0.1 2019-7-15 14:01 bigbearLoveTingting Exp $$
*/
public class UcpassSmsService implements SmsService{
private static final String SYS_TYPE_CONFIG_ERROR_MSG = "短信服务商信息配置错误";

Expand Down

0 comments on commit d4c3c63

Please sign in to comment.