Commit 8c63d6aa authored by 范雪寒's avatar 范雪寒

feat: https -> http

parent 6ef86f82
...@@ -78,7 +78,7 @@ cc.Class({ ...@@ -78,7 +78,7 @@ cc.Class({
); );
} else { } else {
return JSON.stringify({ return JSON.stringify({
baseUrl: "https://staging-teach.ireadabc.com", baseUrl: "http://staging-openapi.iteachabc.com/",
middleLayerName: "middleLayer_for_NGT", middleLayerName: "middleLayer_for_NGT",
}); });
} }
......
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