mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 14:31:15 +08:00
update: boolean 修正为 bool
This commit is contained in:
parent
ef05c02993
commit
421dfcc14f
@ -41,12 +41,12 @@
|
||||
"trim": "both"
|
||||
},
|
||||
"is_hot_show": {
|
||||
"bsonType": "Boolean",
|
||||
"bsonType": "bool",
|
||||
"title": "加入热门显示",
|
||||
"description": "是否热门显示"
|
||||
},
|
||||
"is_index_show": {
|
||||
"bsonType": "Boolean",
|
||||
"bsonType": "bool",
|
||||
"title": "首页显示",
|
||||
"description": "是否首页显示"
|
||||
},
|
||||
|
@ -37,7 +37,7 @@
|
||||
"description": "订单状态,1:待付款,2:已付款,3:退款审核中,4:退款中,5:已退款,-1已取消付款/退款,-2:退款拒绝,-3:退款失败"
|
||||
},
|
||||
"is_refund": {
|
||||
"bsonType": "boolean",
|
||||
"bsonType": "bool",
|
||||
"description": "是否是退款订单"
|
||||
},
|
||||
"refund_amount": {
|
||||
|
Loading…
Reference in New Issue
Block a user