package codex

const (
	// 500 | 账号查询失败
	ErrAccountQueryFailed int = iota + BizModule
	// 500 | 下单失败
	ErrPlaceOrderFailed
)