Commit 1781ac1c by 杨树贤

fix

parent 13827375
Showing with 2 additions and 1 deletions
...@@ -14,3 +14,4 @@ storage/framework/views ...@@ -14,3 +14,4 @@ storage/framework/views
CLAUDE.md CLAUDE.md
/.windsurf /.windsurf
/skills-lock.json /skills-lock.json
getSignComs
...@@ -17,7 +17,7 @@ class CrmService ...@@ -17,7 +17,7 @@ class CrmService
return json_decode($cachedData, true); return json_decode($cachedData, true);
} }
$url = env('CRM_URL') . '/open/signComs/getSignComs'; $url = env('CRM_URL') . '/open/signComs/getSignComs?use_scope=100&is_show_all_status=2';
$client = new Client(); $client = new Client();
$response = $client->get($url); $response = $client->get($url);
$result = json_decode($response->getBody()->getContents(), true); $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