uni-id-base-order 大订单 改为 订单中心,移除不支持的json注释

This commit is contained in:
handongxun 2020-09-03 18:15:50 +08:00
parent ee4bde1b9c
commit fd724ae9bf
2 changed files with 1 additions and 5 deletions

View File

@ -30,10 +30,6 @@
"bsonType": "String", "bsonType": "String",
"description": "下单平台类型h5、mp-weixin、mp-alipay、app-plus等" "description": "下单平台类型h5、mp-weixin、mp-alipay、app-plus等"
}, },
// "uni_appid": { //
// "bsonType": "String",
// "description": "uni-app项目的appid"
// },
"status": { "status": {
"bsonType": "int", "bsonType": "int",
"minimum": -3, "minimum": -3,

View File

@ -4,7 +4,7 @@
"description": "统一订单数据表,完成与支付相关的业务", "description": "统一订单数据表,完成与支付相关的业务",
"keywords": ["base-order", "统一订单","大订单","跨平台", "多应用","支付宝","微信","退款","支付"], "keywords": ["base-order", "统一订单","大订单","跨平台", "多应用","支付宝","微信","退款","支付"],
"opendb": { "opendb": {
"title": "订单", "title": "订单中心",
"type": "collection", "type": "collection",
"contributors": [ "contributors": [
{ {