"src/main/java/vscode:/vscode.git/clone" did not exist on "1217c1c4d3de549c2f9658b13c32146ee79f3015"
Commit 9de5199c authored by Junling Bu's avatar Junling Bu
Browse files

update[litemall-wx]: 调整微信后台服务对应的对象存储地址。

parent 1f5ed1ba
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
// 以下是图片存储服务器API地址 // 以下是图片存储服务器API地址
// 本机开发时使用 // 本机开发时使用
// var StorageApi = 'http://localhost:8081/storage/storage/create'; // var StorageApi = 'http://localhost:8081/os/storage/create';
// 局域网测试时使用 // 局域网测试时使用
// var StorageApi = 'http://192.168.0.101:8081/storage/storage/create'; // var StorageApi = 'http://192.168.0.101:8081/os/storage/create';
// 云平台部署时使用 // 云平台部署时使用
var StorageApi = 'http://122.152.206.172:8081/storage/storage/create'; var StorageApi = 'http://122.152.206.172:8081/os/storage/create';
module.exports = { module.exports = {
......
Supports Markdown
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