引用统一命名

This commit is contained in:
2025-02-20 17:46:57 +08:00
parent cbdce12462
commit 1a50abf5c4
14 changed files with 58 additions and 74 deletions

View File

@@ -2,7 +2,7 @@ package pay
import (
"common/remark"
"common/resultstatus"
"common/resultStatus"
"common/webServer"
"goutil/logUtilPlus"
"goutil/webUtil"

View File

@@ -4,7 +4,7 @@ import (
"common/connection"
"sync"
_ "common/resultstatus"
_ "common/resultStatus"
"common/webServer"
_ "paycenter/internal"
)