Authored by hf

merge master css js code

@@ -16,29 +16,17 @@ use Plugin\Cache; @@ -16,29 +16,17 @@ use Plugin\Cache;
16 16
17 class Yohobuy 17 class Yohobuy
18 { 18 {
19 -<<<<<<< HEAD  
20 - 19 +
21 // /* 正式环境 */ 20 // /* 正式环境 */
22 // const API_URL = 'http://api2.open.yohobuy.com/'; 21 // const API_URL = 'http://api2.open.yohobuy.com/';
23 // const SERVICE_URL = 'http://service.api.yohobuy.com/'; 22 // const SERVICE_URL = 'http://service.api.yohobuy.com/';
24 // const YOHOBUY_URL = 'http://www.yohobuy.com/'; 23 // const YOHOBUY_URL = 'http://www.yohobuy.com/';
25 -=======  
26 - /* 正式环境 */  
27 - // const API_URL = 'http://api2.open.yohobuy.com/';  
28 - // const SERVICE_URL = 'http://service.api.yohobuy.com/';  
29 - // const YOHOBUY_URL = 'http://www.yohobuy.com/';  
30 ->>>>>>> 1483b137ec3273153d3dfa8f47aadd6b4b88fb9c  
31 24
32 /* 测试环境 */ 25 /* 测试环境 */
33 const API_URL = 'http://test2.open.yohobuy.com/'; 26 const API_URL = 'http://test2.open.yohobuy.com/';
34 const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; 27 const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
35 const YOHOBUY_URL = 'http://www.yohobuy.com/'; 28 const YOHOBUY_URL = 'http://www.yohobuy.com/';
36 29
37 -// /* 测试环境 */  
38 -// const API_URL = 'http://test2.open.yohobuy.com/';  
39 -// const SERVICE_URL = 'http://test.service.api.yohobuy.com/';  
40 -// const YOHOBUY_URL = 'http://www.yohobuy.com/';  
41 -  
42 /** 30 /**
43 * 私钥列表 31 * 私钥列表
44 * 32 *
@@ -143,11 +143,7 @@ class SearchData @@ -143,11 +143,7 @@ class SearchData
143 143
144 $param = array(); 144 $param = array();
145 $param['status'] = 1; // 是否上架,1表示在架,2表示不在 145 $param['status'] = 1; // 是否上架,1表示在架,2表示不在
146 -<<<<<<< HEAD  
147 - $param['sales'] = 'Y'; // 是否在销售  
148 -=======  
149 $param['sales'] = 'Y'; // 只搜索销售的产品 146 $param['sales'] = 'Y'; // 只搜索销售的产品
150 ->>>>>>> 1483b137ec3273153d3dfa8f47aadd6b4b88fb9c  
151 // $param['needFilter'] = 1; // 是否需要返回筛选条件 147 // $param['needFilter'] = 1; // 是否需要返回筛选条件
152 if (!isset($condition['order'])) { 148 if (!isset($condition['order'])) {
153 $param['order'] = $orderMaps['s_t_desc']; 149 $param['order'] = $orderMaps['s_t_desc'];