fusenapi/constants/blm_service.go

7 lines
128 B
Go
Raw Normal View History

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