Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
张光博
/
apaas_tool_api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ad02924a
authored
Nov 25, 2021
by
张光博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
a1ff3559
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
code/apaasTool/api/tool/lps.php
+1
-1
code/apaasTool/api/tool/lss.php
+1
-1
No files found.
code/apaasTool/api/tool/lps.php
View file @
ad02924a
...
...
@@ -382,7 +382,7 @@ class lps extends apiBase{
'filePrefix'
=>
$filePrefix
,
'appId'
=>
$info
[
'appId'
],
'stream'
=>
$info
[
'stream'
],
'diyParam'
=>
json_encode
(
array
(
'fileType'
=>
$fileType
,
'type'
=>
$type
,
'agree'
=>
$agree
,
'nodeId'
=>
$nodeId
,
'frameworkId'
=>
$frameworkId
,
'platform'
=>
'apaas'
,
'service'
=>
'material-upload'
.
$_SERVER
[
'DEV'
],
'toolService'
=>
'
alcps-tool'
.
$_SERVER
[
'DEV'
],
'subUser'
=>
$param
[
'userId'
],
'groupID'
=>
$param
[
'parentId'
],
'subCode'
=>
$param
[
'subId'
],
'subService'
=>
$subType
))
'diyParam'
=>
json_encode
(
array
(
'fileType'
=>
$fileType
,
'type'
=>
$type
,
'agree'
=>
$agree
,
'nodeId'
=>
$nodeId
,
'frameworkId'
=>
$frameworkId
,
'platform'
=>
'apaas'
,
'service'
=>
'material-upload'
.
$_SERVER
[
'DEV'
],
'toolService'
=>
'
lps-tool'
.
$_SERVER
[
'DEV'
],
'subUser'
=>
$param
[
'userId'
],
'groupID'
=>
$param
[
'parentId'
],
'subCode'
=>
$param
[
'subId'
],
'subService'
=>
'lps'
))
)
));
if
(
$rst
[
'flag'
]
!=
100
){
...
...
code/apaasTool/api/tool/lss.php
View file @
ad02924a
...
...
@@ -383,7 +383,7 @@ class lss extends apiBase{
'filePrefix'
=>
$filePrefix
,
'appId'
=>
$info
[
'appId'
],
'stream'
=>
$info
[
'stream'
],
'diyParam'
=>
json_encode
(
array
(
'fileType'
=>
$fileType
,
'type'
=>
$type
,
'agree'
=>
$agree
,
'nodeId'
=>
$nodeId
,
'frameworkId'
=>
$frameworkId
,
'platform'
=>
'apaas'
,
'service'
=>
'material-upload'
.
$_SERVER
[
'DEV'
],
'toolService'
=>
'
alcps-tool'
.
$_SERVER
[
'DEV'
],
'subUser'
=>
$param
[
'userId'
],
'groupID'
=>
$param
[
'parentId'
],
'subCode'
=>
$param
[
'subId'
],
'subService'
=>
$subType
))
'diyParam'
=>
json_encode
(
array
(
'fileType'
=>
$fileType
,
'type'
=>
$type
,
'agree'
=>
$agree
,
'nodeId'
=>
$nodeId
,
'frameworkId'
=>
$frameworkId
,
'platform'
=>
'apaas'
,
'service'
=>
'material-upload'
.
$_SERVER
[
'DEV'
],
'toolService'
=>
'
lss-tool'
.
$_SERVER
[
'DEV'
],
'subUser'
=>
$param
[
'userId'
],
'groupID'
=>
$param
[
'parentId'
],
'subCode'
=>
$param
[
'subId'
],
'subService'
=>
'lss'
))
)
));
if
(
$rst
[
'flag'
]
!=
100
){
...
...
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