Commit cd407470 by 杨树贤

参数

parent cad59330
Showing with 7 additions and 0 deletions
......@@ -34,6 +34,13 @@ class SkuService extends BaseService
$url = env('ES_SKU_URL', '');
$map['show_status'] = 1;
$map['no_rule'] = 1122;
if (array_get($map, "debug") == 1) {
print_r($url);
print_r("<br/>");
print_r(json_encode($map));
print_r("<br/>");
die();
}
try {
// $return = curl($url, $map, 1);
$url = base64_encode($url . '?' . http_build_query($map));
......
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