Commit bda71824 authored by Mac's avatar Mac

1

parent 8e2aa349
...@@ -192,6 +192,20 @@ export default { ...@@ -192,6 +192,20 @@ export default {
MallBaseId: 12, MallBaseId: 12,
}; };
break; break;
case 11:
appObj = {//星之旅
AppId: 'wxa2c92313ece345f5',
TenantId: 23,
MallBaseId: 13,
};
break;
case 12:
appObj = {//橙孀
AppId: 'wx442f2a74b09d5f89',
TenantId: 24,
MallBaseId: 14,
};
break;
} }
return appObj; return appObj;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment