Ver código fonte

Merge branch 'master' of hyq/kmall-pt into master

黄亚琴 6 anos atrás
pai
commit
f5b3f9f410

+ 4 - 1
kmall-common/src/main/java/com/kmall/common/utils/wechat/WechatRefundResult.java → kmall-common/src/main/java/com/kmall/common/utils/wechat/WechatRefundNotifyResult.java

@@ -1,6 +1,9 @@
 package com.kmall.common.utils.wechat;
 
-public class WechatRefundResult {
+/**
+ * 微信境内退款回调接口返回的字段
+ */
+public class WechatRefundNotifyResult {
 	private String return_code;
 	private String return_msg;