修复int64
This commit is contained in:
parent
c870ab773a
commit
d64998c16d
|
@ -1,6 +1,6 @@
|
|||
package constants
|
||||
|
||||
type DeliveryMethod int
|
||||
type DeliveryMethod int64
|
||||
|
||||
const (
|
||||
// 配送方式
|
||||
|
|
|
@ -68,9 +68,7 @@ package constants
|
|||
// // 云仓完成
|
||||
// const STATUS_FONT_COMPLETED_CLOUD = 8
|
||||
|
||||
type DELIVERY_METHOD int
|
||||
|
||||
type Order int
|
||||
type Order int64
|
||||
|
||||
// 订单状态
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue
Block a user