fix:裁剪业务逻辑调整
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
BLMServiceUrlLogoCombine string = "/LogoCombine"
|
||||
BLMServiceUrlLogoRemovebg string = "/removebg"
|
||||
BLMServiceUrlLogoCombine string = "/LogoCombine"
|
||||
BLMServiceUrlLogoRemovebg string = "/removebg"
|
||||
BLMServiceUrlLogoFeatureExtraction string = "/FeatureExtraction"
|
||||
)
|
||||
|
||||
type BLMServiceUrlResult struct {
|
||||
Code string `json:"code"`
|
||||
Msg string `json:"msg"`
|
||||
Data interface{} `json:"data"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user