Documentation
¶
Index ¶
- type ProductVertifyRecordServiceServer
- func (s *ProductVertifyRecordServiceServer) AddProductVertifyRecord(ctx context.Context, in *pmsclient.AddProductVertifyRecordReq) (*pmsclient.AddProductVertifyRecordResp, error)
- func (s *ProductVertifyRecordServiceServer) DeleteProductVertifyRecord(ctx context.Context, in *pmsclient.DeleteProductVertifyRecordReq) (*pmsclient.DeleteProductVertifyRecordResp, error)
- func (s *ProductVertifyRecordServiceServer) QueryProductVertifyRecordDetail(ctx context.Context, in *pmsclient.QueryProductVertifyRecordDetailReq) (*pmsclient.QueryProductVertifyRecordDetailResp, error)
- func (s *ProductVertifyRecordServiceServer) QueryProductVertifyRecordList(ctx context.Context, in *pmsclient.QueryProductVertifyRecordListReq) (*pmsclient.QueryProductVertifyRecordListResp, error)
- func (s *ProductVertifyRecordServiceServer) UpdateProductVertifyRecord(ctx context.Context, in *pmsclient.UpdateProductVertifyRecordReq) (*pmsclient.UpdateProductVertifyRecordResp, error)
- func (s *ProductVertifyRecordServiceServer) UpdateProductVertifyRecordStatus(ctx context.Context, in *pmsclient.UpdateProductVertifyRecordStatusReq) (*pmsclient.UpdateProductVertifyRecordStatusResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductVertifyRecordServiceServer ¶
type ProductVertifyRecordServiceServer struct { pmsclient.UnimplementedProductVertifyRecordServiceServer // contains filtered or unexported fields }
func NewProductVertifyRecordServiceServer ¶
func NewProductVertifyRecordServiceServer(svcCtx *svc.ServiceContext) *ProductVertifyRecordServiceServer
func (*ProductVertifyRecordServiceServer) AddProductVertifyRecord ¶ added in v0.0.2
func (s *ProductVertifyRecordServiceServer) AddProductVertifyRecord(ctx context.Context, in *pmsclient.AddProductVertifyRecordReq) (*pmsclient.AddProductVertifyRecordResp, error)
添加商品审核记录
func (*ProductVertifyRecordServiceServer) DeleteProductVertifyRecord ¶ added in v0.0.2
func (s *ProductVertifyRecordServiceServer) DeleteProductVertifyRecord(ctx context.Context, in *pmsclient.DeleteProductVertifyRecordReq) (*pmsclient.DeleteProductVertifyRecordResp, error)
删除商品审核记录
func (*ProductVertifyRecordServiceServer) QueryProductVertifyRecordDetail ¶ added in v0.0.2
func (s *ProductVertifyRecordServiceServer) QueryProductVertifyRecordDetail(ctx context.Context, in *pmsclient.QueryProductVertifyRecordDetailReq) (*pmsclient.QueryProductVertifyRecordDetailResp, error)
查询商品审核记录详情
func (*ProductVertifyRecordServiceServer) QueryProductVertifyRecordList ¶ added in v0.0.2
func (s *ProductVertifyRecordServiceServer) QueryProductVertifyRecordList(ctx context.Context, in *pmsclient.QueryProductVertifyRecordListReq) (*pmsclient.QueryProductVertifyRecordListResp, error)
查询商品审核记录列表
func (*ProductVertifyRecordServiceServer) UpdateProductVertifyRecord ¶ added in v0.0.2
func (s *ProductVertifyRecordServiceServer) UpdateProductVertifyRecord(ctx context.Context, in *pmsclient.UpdateProductVertifyRecordReq) (*pmsclient.UpdateProductVertifyRecordResp, error)
更新商品审核记录
func (*ProductVertifyRecordServiceServer) UpdateProductVertifyRecordStatus ¶ added in v0.0.2
func (s *ProductVertifyRecordServiceServer) UpdateProductVertifyRecordStatus(ctx context.Context, in *pmsclient.UpdateProductVertifyRecordStatusReq) (*pmsclient.UpdateProductVertifyRecordStatusResp, error)
更新商品审核记录状态
Click to show internal directories.
Click to hide internal directories.