File tree Expand file tree Collapse file tree 5 files changed +31
-26
lines changed
src/main/java/me/chanjar/weixin/mp/api Expand file tree Collapse file tree 5 files changed +31
-26
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >me.chanjar</groupId >
7
7
<artifactId >weixin-java-parent</artifactId >
8
- <version >1.1.6 </version >
8
+ <version >1.1.7 </version >
9
9
<packaging >pom</packaging >
10
10
<name >WeiXin Java Tools - Parent</name >
11
11
<description >微信公众号、企业号上级POM</description >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >me.chanjar</groupId >
8
8
<artifactId >weixin-java-parent</artifactId >
9
- <version >1.1.6 </version >
9
+ <version >1.1.7 </version >
10
10
</parent >
11
11
12
12
<artifactId >weixin-java-common</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >me.chanjar</groupId >
8
8
<artifactId >weixin-java-parent</artifactId >
9
- <version >1.1.6 </version >
9
+ <version >1.1.7 </version >
10
10
</parent >
11
11
12
12
<artifactId >weixin-java-cp</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >me.chanjar</groupId >
8
8
<artifactId >weixin-java-parent</artifactId >
9
- <version >1.1.6 </version >
9
+ <version >1.1.7 </version >
10
10
</parent >
11
11
<artifactId >weixin-java-mp</artifactId >
12
12
<name >WeiXin Java Tools - MP</name >
Original file line number Diff line number Diff line change @@ -192,26 +192,31 @@ public String toString() {
192
192
'}' ;
193
193
}
194
194
195
- @ Override
196
- public String getPartnerId () {
197
- return partnerId ;
198
- }
199
-
200
- public void setPartnerId (String partnerId ) {
201
- this .partnerId = partnerId ;
202
- }
203
-
204
- @ Override
205
- public String getPartnerKey () {
206
- return partnerKey ;
207
- }
208
-
209
- public void setPartnerKey (String partnerKey ) {
210
- this .partnerKey = partnerKey ;
211
- }
212
-
213
- @ Override
214
- public File getTmpDirFile () {
215
- return this .getTmpDirFile ();
216
- }
195
+ @ Override
196
+ public String getPartnerId () {
197
+ return partnerId ;
198
+ }
199
+
200
+ public void setPartnerId (String partnerId ) {
201
+ this .partnerId = partnerId ;
202
+ }
203
+
204
+ @ Override
205
+ public String getPartnerKey () {
206
+ return partnerKey ;
207
+ }
208
+
209
+ public void setPartnerKey (String partnerKey ) {
210
+ this .partnerKey = partnerKey ;
211
+ }
212
+
213
+ @ Override
214
+ public File getTmpDirFile () {
215
+ return this .tmpDirFile ;
216
+ }
217
+
218
+ public void setTmpDirFile (File tmpDirFile ) {
219
+ this .tmpDirFile = tmpDirFile ;
220
+ }
221
+
217
222
}
You can’t perform that action at this time.
0 commit comments