refactor(lets): 更新 U8C API URL 并优化代码格式

- 将 OverallConstant 类中的测试 U8C URL 修改为正式 U8C URL
- 在 SoSaleOutPluginInitializerToC 类中添加空行,提高代码可读性
This commit is contained in:
liuy 2024-10-22 11:23:42 +08:00
parent 64ce827656
commit 0ec6f9e2fa
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ public class OverallConstant {
} }
private static void loadDev() { private static void loadDev() {
devOverAll.put("u8cApiUrl", "http://39.170.109.90:9099");//测试U8C devOverAll.put("u8cApiUrl", "http://39.170.109.90:9099");//正式U8C
devOverAll.put("u8cApiUsercodePK", "admin"); devOverAll.put("u8cApiUsercodePK", "admin");
devOverAll.put("u8cApiPasswordPK", "83f1ad3e7fa3617f1aae62ae7413c810"); devOverAll.put("u8cApiPasswordPK", "83f1ad3e7fa3617f1aae62ae7413c810");