修改数据类型
This commit is contained in:
@@ -317,7 +317,7 @@ type CreateOrderReqParam struct {
|
||||
|
||||
// 创建订单返回值
|
||||
type CreateOrderRes struct {
|
||||
OrderId string `json:"order_id"` // 运单id
|
||||
OrderId int64 `json:"order_id"` // 运单id
|
||||
}
|
||||
|
||||
// 查询余额getAmount
|
||||
|
||||
Reference in New Issue
Block a user