🎨 优化代码
This commit is contained in:
@@ -122,11 +122,9 @@ public interface PayScoreService {
|
||||
*
|
||||
* @param data the data
|
||||
* @return the wx pay score result
|
||||
* @throws WxPayException the wx pay exception
|
||||
*/
|
||||
PayScoreNotifyData parseNotifyData(String data);
|
||||
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* 支付分回调NotifyData解密resource
|
||||
|
||||
@@ -153,7 +153,6 @@ public class PayScoreServiceImpl implements PayScoreService {
|
||||
@Override
|
||||
public PayScoreNotifyData parseNotifyData(String data) {
|
||||
return GSON.fromJson(data, PayScoreNotifyData.class);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -101,7 +101,7 @@ public class PayScoreServiceImplTest {
|
||||
*/
|
||||
this.payService.getPayScoreService().completeServiceOrder(WxPayScoreRequest.builder().build());
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testPayServiceOrder() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user