退款金额改为int类型,单位:分

This commit is contained in:
phoooob 2020-09-05 10:04:07 +08:00
parent fd724ae9bf
commit 8deff0d0c1

View File

@ -41,8 +41,8 @@
"description": "是否是退款订单"
},
"refund_amount": {
"bsonType": "float",
"description": "退款金额(非退款订单表示已退款总金额,退款订单表示该笔退款的退款金额),单位:"
"bsonType": "int",
"description": "退款金额(非退款订单表示已退款总金额,退款订单表示该笔退款的退款金额),单位:"
},
"refund_count": {
"bsonType": "int",