mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-02 23:58:04 -05:00
8 lines
100 B
Go
8 lines
100 B
Go
package archive
|
|
|
|
//archive_oper last_id
|
|
const (
|
|
FirstRoundID = int64(1)
|
|
ZeroID = int64(0)
|
|
)
|