Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
ae503322
Commit
ae503322
authored
Jul 04, 2020
by
zhaoxiqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
7e335e70
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
esign-api/app/base/api/impl/op/action.js
+3
-4
esign-api/app/base/service/impl/engine/enginesignSve.js
+2
-2
esign-api/app/config/settings.js
+4
-2
No files found.
esign-api/app/base/api/impl/op/action.js
View file @
ae503322
...
@@ -65,13 +65,12 @@ class ActionAPI extends APIBase {
...
@@ -65,13 +65,12 @@ class ActionAPI extends APIBase {
case
"handSign"
:
case
"handSign"
:
// opResult = await this.userSve.merchantLogin(action_body);
// opResult = await this.userSve.merchantLogin(action_body);
break
;
break
;
//
case
"autoSign"
:
case
"autoSign"
:
// opResult = await this.userSve.info(action_body);
break
;
case
"ceshi"
:
opResult
=
await
this
.
enginsignSve
.
autoSign
(
action_body
);
opResult
=
await
this
.
enginsignSve
.
autoSign
(
action_body
);
break
;
break
;
case
"organize"
:
opResult
=
await
this
.
enginsignSve
.
organize
(
action_body
);
break
;
default
:
default
:
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
break
;
break
;
...
...
esign-api/app/base/service/impl/engine/enginesignSve.js
View file @
ae503322
...
@@ -113,9 +113,9 @@ class EngineSignService extends ServiceBase {
...
@@ -113,9 +113,9 @@ class EngineSignService extends ServiceBase {
}
}
// 企业模板印章
// 企业模板印章
async
signQuery
(
params
)
{
async
organize
(
params
)
{
try
{
try
{
return
await
this
.
callApi
(
this
.
API
.
signQuery
,
params
);
return
await
this
.
callApi
(
this
.
API
.
organize
,
params
);
}
catch
(
error
)
{
}
catch
(
error
)
{
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
}
}
...
...
esign-api/app/config/settings.js
View file @
ae503322
...
@@ -56,9 +56,11 @@ var settings = {
...
@@ -56,9 +56,11 @@ var settings = {
// 手动签
// 手动签
"handSign"
:
`
${
domain
}
/sign/contract/handSign`
,
"handSign"
:
`
${
domain
}
/sign/contract/handSign`
,
// 签约查询
// 签约查询
"signQuery"
:
`
${
domain
}
/sign/contract
$
{
domain
}
/signQuery`
,
"signQuery"
:
`
${
domain
}
/sign/contract$/signQuery`
,
// 签约回调
// 签约回调
"signCallBack"
:
`
${
domain
}
/sign/contract
${
domain
}
/signCallBack`
,
"signCallBack"
:
`
${
domain
}
/sign/contract$/signCallBack`
,
//创建企业模板印章
"organize"
:
`
${
domain
}
/sign/seal/create/organize`
,
};
};
},
},
apiconfig
:
{
apiconfig
:
{
...
...
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