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
a2f40a8a
Commit
a2f40a8a
authored
Jan 13, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc
parent
40f1d544
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
120 additions
and
0 deletions
+120
-0
igirl-channel/app/front/entry/public/apidoc/paymentDesc/payment.md
+120
-0
No files found.
igirl-channel/app/front/entry/public/apidoc/paymentDesc/payment.md
View file @
a2f40a8a
<a
name=
"menu"
href=
"/doc"
>
返回主目录
</a>
1.
[
pc端订单支付二维码生成
](
#paypc
)
1.
[
通联支付查询
](
#tlqo
)
1.
[
检查通联支付状态
](
#checkPayStatusTl
)
1.
[
获取通联支付二维码
](
#getTlPayQrCode
)
1.
[
通联支付状态通知
](
#notify
)
## **<a name="paypc"> 订单支付</a>**
[
返回到目录
](
#menu
)
...
...
@@ -74,3 +77,120 @@
"requestId"
:
"cc7d75a1e7084aeeb082176cd9efdb4f"
}
```
## **<a name="checkPayStatusTl"> 检查通联支付状态</a>**
[
返回到目录
](
#menu
)
##### URL
[
/action/tmOrder/springBoard
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:checkPayStatusTl
```
javascript
{
"actionType"
:
"checkPayStatusTl"
,
"actionProcess"
:
"1688"
,
"actionBody"
:
{
"wxPayOrderCode"
:
"112094120001045091"
,
"aliPayOrderCode"
:
"112094120001045091"
,
"op_type"
:
"wx"
,
"orderCode"
:
"TM201912281609Xr7QQ7"
,
"orderNo"
:
"TM201912281609Xr7QQ7"
}
}
```
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:{
"busPayOrderCode"
:
""
,
"code"
:
""
,
"app_id"
:
""
,
"sveItemCode"
:
""
,
"sveItemName"
:
""
,
"totalSum"
:
""
,
"orderPayStatus"
:
"yfk"
},
"requestId"
:
"1c23b0fc45d6416587bedfee16affd9d"
}
```
## **<a name="getTlPayQrCode"> 获取通联支付二维码</a>**
[
返回到目录
](
#menu
)
##### URL
[
/action/tmOrder/springBoard
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:getTlPayQrCode
```
javascript
{
"actionType"
:
"getTlPayQrCode"
,
"actionProcess"
:
"1688"
,
"actionBody"
:
{
"opType"
:
"wx"
,
"orderNo"
:
"TM201912281609Xr7QQ7"
}
}
```
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"SUCCESS"
,
"data"
:{
"payinfo"
:
"https://syb.allinpay.com/apiweb/h5unionpay/native?key=o%2BoVfi6L18cctUgywatVbK5E"
,
"reqsn"
:
"qftTM201912281609Xr7QQ7_9"
,
"chnltrxid"
:
"112094120001045091"
,
"trxid"
:
"112094120001045091"
,
"trxstatus"
:
"0000"
},
"requestId"
:
"2f48327473654bb897449c0263ca268d"
}
```
## **<a name="notify"> 通联支付状态通知</a>**
[
返回到目录
](
#menu
)
##### URL
[
/tlpay/notify
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
```
javascript
{
"acct"
:
"opn0buP0OjoLAZ1dc8f1SH5V5Vkc"
,
"appid"
:
"00000003"
,
"chnlid"
:
"205299480"
,
"chnltrxid"
:
"4200000504202001127050821106"
,
"cmid"
:
"310851053"
,
"cusid"
:
"990440148166000"
,
"cusorderid"
:
"qftTM202001101929VJ19p8_9"
,
"fee"
:
"0"
,
"out_trade_no"
:
"TM202001101929VJ19p8"
,
"outtrxid"
:
"qftTM202001101929VJ19p8_9"
,
"paytime"
:
"20200112181402"
,
"sign"
:
"B49474F67A785DF145FC42A2DFA57272"
,
"signtype"
:
"MD5"
,
"termauthno"
:
"OTHERS"
,
"termrefnum"
:
"4200000504202001127050821106"
,
"termtraceno"
:
"0"
,
"trxamt"
:
"1"
,
"trxcode"
:
"VSP501"
,
"trxdate"
:
"20200112"
,
"trxid"
:
"112094120001045147"
,
"trxstatus"
:
"0000"
,
"uappid"
:
"9"
}
```
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:{
"orderPayStatus"
:
"yfk"
}
}
```
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