实现图片上传到oss
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user