mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-23 10:31:52 +08:00
代码优化
This commit is contained in:
@@ -133,7 +133,7 @@ public abstract class BasePayService<PC extends PayConfigStorage> implements Pay
|
||||
|
||||
Map<String, Object> params = new TreeMap<String,Object>();
|
||||
for (Map.Entry<String, String[]> entry : parameterMap.entrySet()) {
|
||||
String name = (String) entry.getKey();
|
||||
String name = entry.getKey();
|
||||
String[] values = entry.getValue();
|
||||
String valueStr = "";
|
||||
for (int i = 0,len = values.length; i < len; i++) {
|
||||
|
||||
Reference in New Issue
Block a user