|
@@ -15,8 +15,7 @@ class ProductRepository {
|
|
public function upProductStatus($shop_id) {
|
|
public function upProductStatus($shop_id) {
|
|
try {
|
|
try {
|
|
//$sign = generateSign(['shop_id'=>$shop_id], config('customer.app_secret'));
|
|
//$sign = generateSign(['shop_id'=>$shop_id], config('customer.app_secret'));
|
|
- $url = config("customer.app_service_url").'/product/operate/product/shop_status';
|
|
|
|
- return $url;
|
|
|
|
|
|
+ $url = config("customer.manage_service_url").'/product/operate/product/shop_status';
|
|
Log::info('禁售商户商品请求参数url'.$url.'商品禁售成功');
|
|
Log::info('禁售商户商品请求参数url'.$url.'商品禁售成功');
|
|
//$url = 'http://localhost:8080/userInfo';
|
|
//$url = 'http://localhost:8080/userInfo';
|
|
$array = [
|
|
$array = [
|