实现图片上传到oss

This commit is contained in:
2025-06-06 10:24:49 +08:00
parent 830f9c236b
commit ffc01164f7
12 changed files with 176 additions and 0 deletions

View File

@ -78,5 +78,7 @@ func (s *sMerchant) Audit(ctx context.Context, in *model.MerchantAuditIn) (out *
}
func (s *sMerchant) Create(ctx context.Context, in *model.MerchantCreateIn) (out *model.CreateOut, err error) {
// 管理员创建的商户,无需审核,直接可以使用,需要注意商户关联的主账号的 username
return
}