1
0
mirror of synced 2025-12-16 12:25:33 +08:00

🎨 优化代码

This commit is contained in:
Binary Wang
2021-08-13 14:51:11 +08:00
parent b3eadb4ffa
commit 426ad57aa5
4 changed files with 28 additions and 15 deletions

View File

@@ -101,7 +101,7 @@ public class WxPayUnifiedOrderV3Result implements Serializable {
private String sign;
private String getSignStr() {
return String.format("%s\n%s\n%s\n%s\n", appid, timestamp, noncestr, prepayid);
return String.format("%s\n%s\n%s\n%s\n", appid, timestamp, noncestr, prepayId);
}
}