Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
tzt-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bb10e59e
authored
Apr 15, 2025
by
赵增煜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'local-0409' into develop
parents
e82e2d91
c19c6d50
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/Console/Commands/CmPrescription.php
+1
-1
app/Console/Commands/Medical.php
+1
-1
app/Console/Commands/WmPrescription.php
+1
-1
No files found.
app/Console/Commands/CmPrescription.php
View file @
bb10e59e
...
...
@@ -41,7 +41,7 @@ public function handle()
"pageNum"
=>
1
,
"pageSize"
=>
20
,
];
$eHospitalApi
=
new
ExternalService
(
'jymd_15700159057_test'
,
'heU0zM9OrLrK0JehxiAXlPd3L48HHmcA'
,
'https://ehospital-openapi-test.sq580.com'
);
$eHospitalApi
=
new
ExternalService
(
env
(
'580_APP_KEY'
),
env
(
'580_APP_SECRET'
),
env
(
'580_DOMAIN'
)
);
while
(
$pageNum
<=
$maxPage
)
{
// 设置当前页码参数
$params
=
array_merge
(
$baseParams
,
[
...
...
app/Console/Commands/Medical.php
View file @
bb10e59e
...
...
@@ -41,7 +41,7 @@ public function handle()
"pageNum"
=>
1
,
"pageSize"
=>
20
,
];
$eHospitalApi
=
new
ExternalService
(
'jymd_15700159057_test'
,
'heU0zM9OrLrK0JehxiAXlPd3L48HHmcA'
,
'https://ehospital-openapi-test.sq580.com'
);
$eHospitalApi
=
new
ExternalService
(
env
(
'580_APP_KEY'
),
env
(
'580_APP_SECRET'
),
env
(
'580_DOMAIN'
)
);
while
(
$pageNum
<=
$maxPage
)
{
// 设置当前页码参数
$params
=
array_merge
(
$baseParams
,
[
...
...
app/Console/Commands/WmPrescription.php
View file @
bb10e59e
...
...
@@ -40,7 +40,7 @@ public function handle()
"pageNum"
=>
1
,
"pageSize"
=>
20
,
];
$eHospitalApi
=
new
ExternalService
(
'jymd_15700159057_test'
,
'heU0zM9OrLrK0JehxiAXlPd3L48HHmcA'
,
'https://ehospital-openapi-test.sq580.com'
);
$eHospitalApi
=
new
ExternalService
(
env
(
'580_APP_KEY'
),
env
(
'580_APP_SECRET'
),
env
(
'580_DOMAIN'
)
);
while
(
$pageNum
<=
$maxPage
)
{
// 设置当前页码参数
$params
=
array_merge
(
$baseParams
,
[
...
...
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