mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-19 23:47:45 +08:00
微信V3支付功能基本实现,并已测试
This commit is contained in:
@@ -156,10 +156,8 @@ public class StringUtils {
|
||||
if (StringUtils.isEmpty(s)) {
|
||||
continue;
|
||||
}
|
||||
if (builder.length() > 0) {
|
||||
builder.append(separator);
|
||||
}
|
||||
builder.append(s);
|
||||
|
||||
builder.append(s).append(separator);
|
||||
}
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user