2 Star 0 Fork 0

BOBO/创想视频核心服务

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
consts
consts.go
consts_cache.go
consts_http.go
consts_language.go
consts_match.go
consts_prefix.go
consts_set_config.go
consts_where.go
enums
example
framework
hack
library
maps
.gitignore
LICENSE
README.en.md
README.md
go.mod
go.sum
克隆/下载
consts_prefix.go 413 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anet 提交于 7个月前 . feat:盘古币账单创建
package consts
const (
VideoNoPrefix = `V` // 视频编号
VideoBuyNoPrefix = `B` // 视频购买订单编号
VideoPlayNoPrefix = `P` // 视频播放编号前缀
PanGuCoinBillPrefix = `BG` // 盘古币账单编号前缀
PanGuCoinTransactionPrefix = `T` // 盘古币流水编号前缀
PanGuCoinOrderNoPrefix = `BC` // 盘古币充值兑换订单编号前缀
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/bobo-rs/innovideo-services.git
git@gitee.com:bobo-rs/innovideo-services.git
bobo-rs
innovideo-services
创想视频核心服务
v1.0.18

搜索帮助