dw-sdk/bid.go

8 lines
101 B
Go
Raw Normal View History

package dw_sdk
type BiddingType int8
const (
BiddingType_Consign BiddingType = 5 //闪电直发
)