获取支付订单返回实体增加泛型

This commit is contained in:
egzosn
2017-12-20 20:18:04 +08:00
parent 5736694628
commit 9ebea883c2
2 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ public interface PayService {
* @return 订单信息
* @see PayOrder 支付订单信息
*/
Map orderInfo(PayOrder order);
Map<String, Object> orderInfo(PayOrder order);
/**
* 创建签名