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
ada786e6
Commit
ada786e6
authored
Mar 07, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
e4418ef5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
5 deletions
+33
-5
center-channel/app/base/api/impl/auth/accessAuth.js
+3
-0
center-channel/app/base/service/impl/utilsSve/utilsOpOrderSve.js
+2
-0
center-channel/app/front/entry/public/apidoc/platform/tmOrder.md
+5
-5
center-channel/内部推送信息记录
+23
-0
No files found.
center-channel/app/base/api/impl/auth/accessAuth.js
View file @
ada786e6
...
...
@@ -96,6 +96,9 @@ class AccessAuthAPI extends APIBase {
* action_process 执行的流程
*/
async
getAppTokenByAppKey
(
pobj
,
qobj
,
req
)
{
console
.
log
(
"=========================测试蜂擎推送数据:"
,
JSON
.
stringify
(
pobj
));
var
token
=
this
.
getUUID
();
pobj
.
actionBody
.
reqType
=
"appkey"
;
var
opResult
=
await
this
.
utilsAuthSve
.
getReqTokenByHosts
(
pobj
.
actionBody
,
token
);
...
...
center-channel/app/base/service/impl/utilsSve/utilsOpOrderSve.js
View file @
ada786e6
...
...
@@ -14,6 +14,7 @@ class UtilsOpOrderService extends AppServiceBase {
var
reqUrl
=
this
.
centerOrderUrl
+
"opaction/opOrder/springBoard"
;
var
result
=
await
this
.
restPostUrl
(
pobj
,
reqUrl
);
this
.
opUpdatePushInfo
(
result
,
pobj
,
actionBody
,
"pushUpdateContacts"
);
result
.
data
=
null
;
return
result
;
}
async
updateTmOrder
(
pobj
,
actionBody
)
{
...
...
@@ -23,6 +24,7 @@ class UtilsOpOrderService extends AppServiceBase {
var
reqUrl
=
this
.
centerOrderUrl
+
"opaction/opOrder/springBoard"
;
var
result
=
await
this
.
restPostUrl
(
pobj
,
reqUrl
);
this
.
opUpdatePushInfo
(
result
,
pobj
,
actionBody
,
"pushUpdateOrder"
);
result
.
data
=
null
;
return
result
;
}
async
opUpdatePushInfo
(
result
,
pobj
,
actionBody
,
opType
)
{
...
...
center-channel/app/front/entry/public/apidoc/platform/tmOrder.md
View file @
ada786e6
...
...
@@ -76,12 +76,12 @@
"picUrl"
:
"https://gsb-zc.oss-cn-beijing.aliyuncs.com/zc_word2picb2bc98b9fc564ef2a1f4b3cbe9352f39.jpg"
,
//商标图样
"tmFormType"
:
"3"
//商标类型形式:1: 立体, 3: 字, 4: 图, 5: 字图, 6: 颜色, 7: 彩色
},
"ncl
List
"
:
[
"ncl
ones
"
:
[
{
"tbCode"
:
"TB26202002271337v5y9"
,
//提报号
"tmRegistNum"
:
""
,
//商标申请号
"
ncloneC
ode"
:
"02"
,
//尼斯大类编码
"n
cloneN
ame"
:
"颜料油漆"
,
//尼斯大类名称
"
c
ode"
:
"02"
,
//尼斯大类编码
"name"
:
"颜料油漆"
,
//尼斯大类名称
"submitTime"
:
""
,
//提报时间
"tmStatus"
:
"dsh"
,
//商标状态编码
"tmStatusName"
:
"待审核"
,
//商标状态编码名称
...
...
@@ -226,7 +226,7 @@
"status"
:
0
,
// 0为成功,否则失败
"msg"
:
"success"
,
"data"
:
null
,
"requestId"
:
"ab3dbb7dce5b4b44bc1d1c83e887ffee"
"requestId"
:
"ab3dbb7dce5b4b44bc1d1c83e887ffe
nclones
e"
}
```
...
...
@@ -243,7 +243,7 @@
```
javascript
{
"orderNo"
:
"TM26202002271337mkgN"
,
// Y 订单号
"ncl
List
"
:
[
"ncl
ones
"
:
[
{
"code"
:
"02"
,
//大类编码
"name"
:
"颜料油漆"
,
//大类名称
...
...
center-channel/内部推送信息记录
0 → 100644
View file @
ada786e6
1.修改订单联系人,对已支付订单进行数据修改推送给交付系统的信息
1.修改订单联系人,对已支付订单进行数据修改推送给交付系统的信息
方式:POST
地址:
参数:
2.添加商标后,支付成功回调通知交付系统的信息
方式:POST
地址:
参数:
3.修改商标,对已支付订单进行数据修改推送给交付系统的信息
方式:POST
地址:
参数:
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