书籍列表接口新增参数
This commit is contained in:
@ -28,6 +28,8 @@ type (
|
||||
AppPurchase(ctx context.Context, in *model.ChapterAppPurchaseIn) (out *model.ChapterAppPurchaseOut, err error)
|
||||
// AppProgress uploads reading progress for app
|
||||
AppProgress(ctx context.Context, in *model.ChapterAppProgressIn) (out *model.ChapterAppProgressOut, err error)
|
||||
// AppBatchProgress uploads batch reading progress for app
|
||||
AppBatchProgress(ctx context.Context, in *model.ChapterAppBatchProgressIn) (out *model.ChapterAppProgressOut, err error)
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user