fusenapi/constants/blm_service.go

7 lines
128 B
Go
Raw Normal View History

2023-08-14 17:56:06 +08:00
package constants
const (
2023-08-18 17:16:49 +08:00
BLMServiceUrlLogoCombine string = "/LogoCombine"
BLMServiceUrlLogoRemovebg string = "/removebg"
2023-08-14 17:56:06 +08:00
)