Commit 8e16b861 by 杨树贤

限定范围

parent 688bd7af
Showing with 1 additions and 1 deletions
......@@ -17,7 +17,7 @@ class CrmService
return json_decode($cachedData, true);
}
$url = env('CRM_URL') . '/open/signComs/getSignComs';
$url = env('CRM_URL') . '/open/signComs/getSignComs?use_scope=2';
$client = new Client();
$response = $client->get($url);
$result = json_decode($response->getBody()->getContents(), true);
......
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