mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 21:27:47 +08:00
🎨 优化代码
This commit is contained in:
parent
ae1b14f37e
commit
bcefec0f4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user