!2 修正退款金额字段

* 退款金额改为int类型,单位:分
This commit is contained in:
phoooob 2020-09-08 10:34:47 +08:00 committed by hdx
parent 89e0f6abeb
commit 508562342d

View File

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