|
@@ -173,6 +173,30 @@ const NANCHANG = {
|
|
},
|
|
},
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// 深圳-深圳嘉里建设广场
|
|
|
|
+const SZXP = {
|
|
|
|
+ dev: {
|
|
|
|
+ ...testAppIdInfo,
|
|
|
|
+ groupId: '8a84819f7c6e260e017c72669bbe01c2',
|
|
|
|
+ mallId: '8a8486d58c0e78e0018c1540374d0002',
|
|
|
|
+ projectId: 'NCHC',
|
|
|
|
+ },
|
|
|
|
+ qa: {
|
|
|
|
+ ...testAppIdInfo,
|
|
|
|
+ groupId: '8a84819f7c6e260e017c72669bbe01c2',
|
|
|
|
+ mallId: '8a8486d58c0e78e0018c1540374d0002',
|
|
|
|
+ projectId: 'SZXP',
|
|
|
|
+ },
|
|
|
|
+ prod: {
|
|
|
|
+ // TODO: 等待对应公众号上线
|
|
|
|
+ ...testAppIdInfo,
|
|
|
|
+ // TODO: 获取生产环境的 groupId和mallId
|
|
|
|
+ groupId: '8a888caf8809f52401880ea8c3fe0005',
|
|
|
|
+ mallId: '8a88817a8a629b5f018a838a0f6e001f',
|
|
|
|
+ projectId: 'SZXP',
|
|
|
|
+ },
|
|
|
|
+}
|
|
|
|
+
|
|
export const lbsDictionary = {
|
|
export const lbsDictionary = {
|
|
// 沈阳
|
|
// 沈阳
|
|
'8aaa87bc7ce98224017ce995fd8a0002': {
|
|
'8aaa87bc7ce98224017ce995fd8a0002': {
|
|
@@ -245,6 +269,11 @@ export const lbsDictionary = {
|
|
"8a88817a8a629b5f018a838a0f6e001f": {
|
|
"8a88817a8a629b5f018a838a0f6e001f": {
|
|
...NANCHANG
|
|
...NANCHANG
|
|
},
|
|
},
|
|
|
|
+ // 深圳建设广场
|
|
|
|
+ "8a84819f7c6e260e017c7f27940401ce": {
|
|
|
|
+ ...SZXP
|
|
|
|
+ }
|
|
|
|
+
|
|
};
|
|
};
|
|
|
|
|
|
// 订单状态枚举数据
|
|
// 订单状态枚举数据
|