|
|
@@ -26,7 +26,7 @@ type ModelArtsLink struct { |
|
|
//) |
|
|
//) |
|
|
|
|
|
|
|
|
func NewModelArtsLink(ctx context.Context, svcCtx *svc.ServiceContext, participant *models.ScParticipantPhyInfo) *ModelArtsLink { |
|
|
func NewModelArtsLink(ctx context.Context, svcCtx *svc.ServiceContext, participant *models.ScParticipantPhyInfo) *ModelArtsLink { |
|
|
return &ModelArtsLink{ctx: ctx, svcCtx: svcCtx, platform: participant.Name, pageIndex: 1, pageSize: 100} |
|
|
|
|
|
|
|
|
return &ModelArtsLink{ctx: ctx, svcCtx: svcCtx, participant: participant, platform: participant.Name, pageIndex: 1, pageSize: 100} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (o *ModelArtsLink) UploadImage(path string) (interface{}, error) { |
|
|
func (o *ModelArtsLink) UploadImage(path string) (interface{}, error) { |
|
|
|