@@ -25,7 +25,7 @@ func NewMyPublishListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MyP
}
-// 我的发布列表
+// MyPublishList 我的发布列表
func (l *MyPublishListLogic) MyPublishList(in *consumer.MyPublishListReq) (*consumer.MyPublishListResp, error) {
// todo: add your logic here and delete this line
var (
@@ -28,7 +28,7 @@ func NewInfoListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InfoList
-// 信息列表
+//InfoList 信息列表
func (l *InfoListLogic) InfoList(in *manager.InfoListReq) (*manager.InfoListResp, error) {
query []string