fix:重构合图模块

This commit is contained in:
Hiven
2023-08-14 17:56:06 +08:00
parent fde5ef8b25
commit 05e3853134
7 changed files with 230 additions and 126 deletions

5
constants/blm_service.go Normal file
View File

@@ -0,0 +1,5 @@
package constants
const (
BLMServiceUrlLogoCombine string = "/LogoCombine"
)