修复int64

This commit is contained in:
eson 2023-06-20 16:48:51 +08:00
parent c870ab773a
commit d64998c16d
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
package constants package constants
type DeliveryMethod int type DeliveryMethod int64
const ( const (
// 配送方式 // 配送方式

View File

@ -68,9 +68,7 @@ package constants
// // 云仓完成 // // 云仓完成
// const STATUS_FONT_COMPLETED_CLOUD = 8 // const STATUS_FONT_COMPLETED_CLOUD = 8
type DELIVERY_METHOD int type Order int64
type Order int
// 订单状态 // 订单状态
const ( const (