weiximei před 6 roky
rodič
revize
793256938e

+ 8
- 8
CODE/foreign-service/src/main/java/com/community/huiju/controller/FSController.java Zobrazit soubor

@@ -79,10 +79,10 @@ public class FSController extends BaseController {
79 79
 //                    "CarNo车牌号;" +
80 80
 //                    "CardNo停车卡号;" +
81 81
 //                    "RechargeAmt充值续费金额;"),
82
-//            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "appid", value = "appid"),
83
-//            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "datetime", value = "时间戳"),
84
-//            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "encrypt", value = "加密方式"),
85
-//            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "sign", value = "签名"),
82
+            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "appid", value = "appid"),
83
+            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "datetime", value = "时间戳"),
84
+            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "encrypt", value = "加密方式"),
85
+            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "sign", value = "签名"),
86 86
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "Phone", value = "手机号"),
87 87
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "RenewDayType", value = "续费日期类型( 3:年 2:月 1:日, 选入对应的数字)"),
88 88
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "RenewDay", value = "续费日期数目"),
@@ -117,10 +117,10 @@ public class FSController extends BaseController {
117 117
 //                    "CarNo车牌号;" +
118 118
 //                    "CardNo停车卡号;" +
119 119
 //                    "CouponList使用的优惠券列表"),
120
-//            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "appid", value = "appid"),
121
-//            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "datetime", value = "时间戳"),
122
-//            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "encrypt", value = "加密方式"),
123
-//            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "sign", value = "签名"),
120
+            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "appid", value = "appid"),
121
+            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "datetime", value = "时间戳"),
122
+            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "encrypt", value = "加密方式"),
123
+            @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "sign", value = "签名"),
124 124
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "Amount", value = "应缴金额(单位元)"),
125 125
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "ActualAmount", value = "实缴金额(单位元)"),
126 126
             @ApiImplicitParam(dataTypeClass = String.class, paramType = "form", name = "DeductionAmount", value = "抵扣金额(单位元)"),

+ 6
- 6
CODE/smart-community/app-api/src/main/java/com/community/huiju/AppApplication.java Zobrazit soubor

@@ -44,11 +44,11 @@ public class AppApplication {
44 44
 	/**
45 45
 	 * 文件上传临时路径
46 46
 	 */
47
-	@Bean
48
-	public MultipartConfigElement multipartConfigElement() {
49
-		MultipartConfigFactory factory = new MultipartConfigFactory();
50
-		factory.setLocation("/tmp/smart-community");
51
-		return factory.createMultipartConfig();
52
-	}
47
+//	@Bean
48
+//	public MultipartConfigElement multipartConfigElement() {
49
+//		MultipartConfigFactory factory = new MultipartConfigFactory();
50
+//		factory.setLocation("/tmp/smart-community");
51
+//		return factory.createMultipartConfig();
52
+//	}
53 53
 
54 54
 }

binární
CODE/smart-community/community-common/target/community-common-0.0.1.jar Zobrazit soubor


+ 4
- 0
CODE/smart-community/community-common/target/maven-archiver/pom.properties Zobrazit soubor

@@ -0,0 +1,4 @@
1
+#Created by Apache Maven 3.5.0
2
+version=0.0.1
3
+groupId=com.community
4
+artifactId=community-common

+ 45
- 0
CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst Zobrazit soubor

@@ -0,0 +1,45 @@
1
+com/community/commom/utils/HttpClientUtils.class
2
+com/community/commom/hk/entity/MonitoryPoint.class
3
+com/community/commom/utils/PayPriceUtils.class
4
+com/community/commom/utils/StringConverter.class
5
+com/community/commom/fushi/FuShiHttpClient.class
6
+com/community/commom/redis/FastJsonSerializer.class
7
+com/community/commom/session/UserElement.class
8
+com/community/commom/utils/MD5Utils.class
9
+com/community/commom/redis/SerializationFailedException.class
10
+com/community/commom/utils/CommonUtils.class
11
+com/community/commom/utils/DESUtils.class
12
+com/community/commom/utils/CookieUtil.class
13
+com/community/commom/fushi/Base64.class
14
+com/community/commom/hk/HKConstant.class
15
+com/community/commom/redis/SingleRedisTemplate.class
16
+com/community/commom/hk/HttpClientSSLUtils$1.class
17
+com/community/commom/redis/RedisJsonSerializer.class
18
+com/community/commom/uuid/IdGen$IdGenHolder.class
19
+com/community/commom/hk/HttpClientSSLUtils.class
20
+com/community/commom/redis/RedisTemplate.class
21
+com/community/commom/hk/entity/MonitoryPoint$MonitoryPointData.class
22
+com/community/commom/hk/test/OpenapiTest.class
23
+com/community/commom/ailiyun/AESDecode.class
24
+com/community/commom/fushi/FuShiRequestAPI$SignBuild.class
25
+com/community/commom/fushi/FushiConstant.class
26
+com/community/commom/redis/RedisObjectSerializer.class
27
+com/community/commom/mode/ResponseBean.class
28
+com/community/commom/hk/HKOpenApi.class
29
+com/community/commom/mode/HkResponseBean.class
30
+com/community/commom/utils/BeanTools.class
31
+com/community/commom/uuid/IdGen.class
32
+com/community/commom/utils/OssUtil.class
33
+com/community/commom/hk/PicUtils.class
34
+com/community/commom/fushi/FuShiRequestAPI.class
35
+com/community/commom/redis/RedisSerializer.class
36
+com/community/commom/hk/entity/MonitoryPoint$MonitoryPointList.class
37
+com/community/commom/hk/HttpClientSSLUtils$2.class
38
+com/community/commom/redis/RedisConfiguration.class
39
+com/community/commom/hk/Digests.class
40
+com/community/commom/utils/EnumUtils.class
41
+com/community/commom/fushi/error/FuShiException.class
42
+com/community/commom/utils/AccountValidatorUtil.class
43
+com/community/commom/constant/Constant.class
44
+com/community/commom/utils/QRCodeGeneratorUtils.class
45
+com/community/commom/utils/DateUtils.class

+ 39
- 0
CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst Zobrazit soubor

@@ -0,0 +1,39 @@
1
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/EnumUtils.java
2
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/fushi/Base64.java
3
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/fushi/error/FuShiException.java
4
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/FastJsonSerializer.java
5
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/uuid/IdGen.java
6
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/entity/MonitoryPoint.java
7
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/mode/HkResponseBean.java
8
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/constant/Constant.java
9
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/Digests.java
10
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/test/OpenapiTest.java
11
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/mode/ResponseBean.java
12
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/ailiyun/AESDecode.java
13
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/SingleRedisTemplate.java
14
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/HttpClientSSLUtils.java
15
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/HKOpenApi.java
16
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/BeanTools.java
17
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/RedisConfiguration.java
18
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/StringConverter.java
19
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/RedisTemplate.java
20
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/CookieUtil.java
21
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/DESUtils.java
22
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/RedisObjectSerializer.java
23
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/OssUtil.java
24
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/QRCodeGeneratorUtils.java
25
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/AccountValidatorUtil.java
26
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/fushi/FushiConstant.java
27
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/session/UserElement.java
28
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/SerializationFailedException.java
29
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/CommonUtils.java
30
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/HttpClientUtils.java
31
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/PayPriceUtils.java
32
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/MD5Utils.java
33
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/fushi/FuShiRequestAPI.java
34
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/RedisJsonSerializer.java
35
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/utils/DateUtils.java
36
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/HKConstant.java
37
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/fushi/FuShiHttpClient.java
38
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/hk/PicUtils.java
39
+/Users/weiximei/hbgit/smartCommunity/CODE/smart-community/community-common/src/main/java/com/community/commom/redis/RedisSerializer.java