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
0245c298
Commit
0245c298
authored
Dec 23, 2020
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laolan
parent
e25dabb9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
igirl-channel-gateway/app/base/api/impl/action/intentionapi.js
+1
-1
igirl-channel-gateway/app/base/service/impl/utilsSve/regCenterOrderSve.js
+0
-0
igirl-channel-gateway/app/base/service/impl/utilsSve/regCfg.js
+8
-1
No files found.
igirl-channel-gateway/app/base/api/impl/action/intentionapi.js
View file @
0245c298
...
...
@@ -81,7 +81,7 @@ class TradetransferAPI extends APIBase {
case
"submitRegNeed"
:
//提交reg需求
opResult
=
await
this
.
regCenterOrderSve
.
reqcenterchannel2
(
pobj
);
break
;
case
"regFeedbackSubmit"
:
//接收方案
反馈
信息
case
"regFeedbackSubmit"
:
//接收方案
需求
信息
opResult
=
await
this
.
regCenterOrderSve
.
reqcenterchannel2
(
pobj
);
break
;
case
"regOrderStatus"
:
//接收方案反馈信息
...
...
igirl-channel-gateway/app/base/service/impl/utilsSve/regCenterOrderSve.js
View file @
0245c298
This diff is collapsed.
Click to expand it.
igirl-channel-gateway/app/base/service/impl/utilsSve/regCfg.js
View file @
0245c298
...
...
@@ -87,6 +87,12 @@ var regCfg = {
"青岛"
:
"370200"
,
"哈尔滨"
:
"230100"
,
"石家庄"
:
"130100"
}
},
//返回结果配置
getUUID
()
{
var
uuid
=
uuidv4
();
var
u
=
uuid
.
replace
(
/
\-
/g
,
""
);
return
u
;
},
}
module
.
exports
=
regCfg
;
\ No newline at end of file
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