Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f07a47d8
authored
May 28, 2026
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'ysx-CRM转化供应商流程-20260518' into Dev
parents
43b4a8ad
b0376f77
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
app/Http/Services/CrmService.php
app/Http/routes.php
storage/framework/views/587faa134dc1f8953abf61cb2995b8264ba36a12.php
app/Http/Services/CrmService.php
View file @
f07a47d8
...
@@ -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
?use_scope=2
'
;
$url
=
env
(
'CRM_URL'
)
.
'/open/signComs/getSignComs'
;
$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
);
...
...
app/Http/routes.php
View file @
f07a47d8
...
@@ -104,5 +104,6 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
...
@@ -104,5 +104,6 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
});
});
Route
::
match
([
'get'
,
'post'
],
'/test'
,
function
()
{
Route
::
match
([
'get'
,
'post'
],
'/test'
,
function
()
{
DataService
::
exportUploadedSkuSupplier
();
$result
=
CrmService
::
getSignCompanyList
();
return
response
()
->
json
(
$result
);
});
});
storage/framework/views/587faa134dc1f8953abf61cb2995b8264ba36a12.php
View file @
f07a47d8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment