tinyid 教程_tinyid
軟件簡(jiǎn)介
tinyid 是滴滴開發(fā)的 id 生成器 分布式id生成系統(tǒng),簡(jiǎn)單易用、高性能、高可用的id生成系統(tǒng)。
提供的 REST API:
nextId:
curl?'http://localhost:9999/tinyid/id/nextId?bizType=test&token=0f673adf80504e2eaa552f5d791b644c'response:{"data":[2],"code":200,"message":""}
nextId?Simple:
curl?'http://localhost:9999/tinyid/id/nextIdSimple?bizType=test&token=0f673adf80504e2eaa552f5d791b644c'response:?3
with?batchSize:
curl?'http://localhost:9999/tinyid/id/nextIdSimple?bizType=test&token=0f673adf80504e2eaa552f5d791b644c&batchSize=10'response:?4,5,6,7,8,9,10,11,12,13
Get?nextId?like?1,3,5,7,9...bizType=test_odd?:?delta?is?2?and?remainder?is?1
curl?'http://localhost:9999/tinyid/id/nextIdSimple?bizType=test_odd&batchSize=10&token=0f673adf80504e2eaa552f5d791b644c'response:?3,5,7,9,11,13,15,17,19,21
總結(jié)
以上是生活随笔為你收集整理的tinyid 教程_tinyid的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python34怎么安装_简明Pytho
- 下一篇: ant vue 语言_Ant Desig