mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
退款金额改为int类型,单位:分
This commit is contained in:
parent
fd724ae9bf
commit
8deff0d0c1
@ -41,8 +41,8 @@
|
||||
"description": "是否是退款订单"
|
||||
},
|
||||
"refund_amount": {
|
||||
"bsonType": "float",
|
||||
"description": "退款金额(非退款订单表示已退款总金额,退款订单表示该笔退款的退款金额),单位:元"
|
||||
"bsonType": "int",
|
||||
"description": "退款金额(非退款订单表示已退款总金额,退款订单表示该笔退款的退款金额),单位:分"
|
||||
},
|
||||
"refund_count": {
|
||||
"bsonType": "int",
|
||||
|
Loading…
Reference in New Issue
Block a user