Commit 07d8fca1 authored by 李尚科's avatar 李尚科

house analysis fix

parent 9c3ff0c6
Pipeline #9274 passed with stage
in 7 seconds
...@@ -39,7 +39,7 @@ class HouseAnalysisController extends Controller { ...@@ -39,7 +39,7 @@ class HouseAnalysisController extends Controller {
id: new_house.id, id: new_house.id,
name: new_house.name, name: new_house.name,
image: new_house.image, image: new_house.image,
corner: new_house.corner, can_gjj_loan: new_house.corner ? 1 : 0,
}); });
} }
......
...@@ -359,8 +359,8 @@ class ToolController extends Controller { ...@@ -359,8 +359,8 @@ class ToolController extends Controller {
const region = 'oss-cn-hangzhou'; const region = 'oss-cn-hangzhou';
const bucket = '51shequ'; const bucket = '51shequ';
const id = 'LTAIbdayv82O7OYM'; const id = 'LTAIubEuBfdUOJ5m';
const key = 'plCSzfiZCpMoh39omrzdaHHEltv4Un'; const key = '83J27tCC2CxHhL2uQvTRcCbEZX2jGK';
const host = '//' + bucket + '.' + region + '.aliyuncs.com'; const host = '//' + bucket + '.' + region + '.aliyuncs.com';
const url = "//r.51gjj.com/"; const url = "//r.51gjj.com/";
let now = Math.round(new Date().getTime() / 1000).toString(); let now = Math.round(new Date().getTime() / 1000).toString();
......
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