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
8a0444e1
Commit
8a0444e1
authored
Apr 10, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
b7b50492
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
13 deletions
+6
-13
xgg-saas-platform/app/base/api/api.base.js
+2
-1
xgg-saas-platform/app/base/api/impl/inner/notifyApi.js
+3
-11
xgg-saas-platform/app/base/system.js
+1
-1
No files found.
xgg-saas-platform/app/base/api/api.base.js
View file @
8a0444e1
...
...
@@ -66,7 +66,8 @@ class APIBase extends DocBase {
"inner.statusNotify"
,
];
var
x
=
lst
.
indexOf
(
fullname
);
return
x
>=
0
;
// return x >= 0;
return
true
;
}
async
checkAcck
(
gname
,
methodname
,
pobj
,
query
,
req
)
{
var
appInfo
=
null
;
...
...
xgg-saas-platform/app/base/api/impl/inner/notifyApi.js
View file @
8a0444e1
...
...
@@ -17,18 +17,10 @@ class TestAPI extends APIBase {
sve_deliver_express_no
:
pobj
.
guest_mail_no
,
sve_deliver_express_img
:
pobj
.
guest_mail_img
};
// 客户交付
// 客户交付
交付订单状态是1190时的推送信息
return
await
this
.
orderSve
.
sveDeliver
(
data
);
}
else
if
(
pobj
.
status
==
"1000000"
)
{
let
data
=
{
id
:
pobj
.
source_no
,
sve_businessmen_company_id
:
pobj
.
company_id
,
sve_businessmen_customer_id
:
pobj
.
customer_id
,
sve_businessmen_name
:
pobj
.
name
,
sve_businessmen_credit_code
:
pobj
.
credit_code
,
};
// 客户交付
return
await
this
.
orderSve
.
sveBusinessmen
(
data
);
}
else
if
(
pobj
.
status
==
"1000000"
||
"2000000"
)
{
//建账信息
return
await
this
.
orderSve
.
sveBusinessmen
(
pobj
);
}
return
pobj
;
}
...
...
xgg-saas-platform/app/base/system.js
View file @
8a0444e1
...
...
@@ -189,7 +189,7 @@ class System {
merchant
:
local
+
":3101"
+
path
,
// 订单服务
order
:
dev
+
":3103"
+
path
,
order
:
local
+
":3103"
+
path
,
// 发票服务
invoice
:
local
+
":3105"
+
path
,
...
...
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