Commit 87c1fed2 by zhujian

fix

parent e5ebb51d
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
const code = getParameterByName('code'); const code = getParameterByName('code');
const ticket = getParameterByName('ticket'); const ticket = getParameterByName('ticket');
const storeId = getParameterByName('storeId'); const storeId = getParameterByName('storeId');
const corpType = getParameterByName('corpType'); const corpType = getParameterByName('corpType') || 'X_MAI';
if (!code) { if (!code) {
GetJSON('hades/anon/hades/getCorpTrainSuiteId', {}, (res) => { GetJSON('hades/anon/hades/getCorpTrainSuiteId', {}, (res) => {
......
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