Commit c83869b6 by 杨树贤

加上参数

parent cd407470
Showing with 1 additions and 0 deletions
...@@ -34,6 +34,7 @@ class SkuService extends BaseService ...@@ -34,6 +34,7 @@ class SkuService extends BaseService
$url = env('ES_SKU_URL', ''); $url = env('ES_SKU_URL', '');
$map['show_status'] = 1; $map['show_status'] = 1;
$map['no_rule'] = 1122; $map['no_rule'] = 1122;
$map['admin'] = 1;
if (array_get($map, "debug") == 1) { if (array_get($map, "debug") == 1) {
print_r($url); print_r($url);
print_r("<br/>"); print_r("<br/>");
......
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 sign in to comment