Skip to content

Commit bcefec0

Browse files
committed
🎨 优化代码
1 parent ae1b14f commit bcefec0

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/PayScoreService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,9 @@ public interface PayScoreService {
122122
*
123123
* @param data the data
124124
* @return the wx pay score result
125-
* @throws WxPayException the wx pay exception
126125
*/
127126
PayScoreNotifyData parseNotifyData(String data);
128127

129-
130128
/**
131129
* <pre>
132130
* 支付分回调NotifyData解密resource

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/PayScoreServiceImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ public WxPayScoreResult syncServiceOrder(WxPayScoreRequest request) throws WxPay
153153
@Override
154154
public PayScoreNotifyData parseNotifyData(String data) {
155155
return GSON.fromJson(data, PayScoreNotifyData.class);
156-
157156
}
158157

159158
@Override

weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/PayScoreServiceImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void testCompleteServiceOrder() throws WxPayException {
101101
*/
102102
this.payService.getPayScoreService().completeServiceOrder(WxPayScoreRequest.builder().build());
103103
}
104-
104+
105105
@Test
106106
public void testPayServiceOrder() {
107107
}

0 commit comments

Comments
 (0)