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