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
b954e467
Commit
b954e467
authored
Jan 08, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'igirl-channel' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel
parents
d7580a3d
dc7c7303
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
igirl-channel/app/front/entry/public/apidoc/README.md
+3
-0
igirl-channel/app/front/entry/public/apidoc/paymentDesc/payment.md
+35
-0
No files found.
igirl-channel/app/front/entry/public/apidoc/README.md
View file @
b954e467
...
...
@@ -15,3 +15,6 @@
## 2. 商标检索相关接口
1
[
商标检索中心
](
doc/api/opTrademark/tmSearch.md
)
## 2. 支付相关接口
1
[
支付中心
](
doc/api/paymentDesc/payment.md
)
igirl-channel/app/front/entry/public/apidoc/paymentDesc/payment.md
0 → 100644
View file @
b954e467
<a
name=
"menu"
href=
"/doc"
>
返回主目录
</a>
1.
[
pc端订单支付二维码生成
](
#paypc
)
## **<a name="paypc"> 订单支付</a>**
[
返回到目录
](
#menu
)
##### URL
[
/api/payment/paymentApi/getQrCode
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:paypc
```
javascript
{
"app_id"
:
"1"
,
//渠道id
"order_num"
:
"1"
,
//支付单号
"total_fee"
:
"1"
,
//支付金额 分
"body_desc"
:
"1"
,
//产品名称
"opType"
:
"1"
,
// 支付方式 alipay阿里 wx微信
}
```
#### 返回结果
```
javascript
{
"status"
:
0
,
//0 成功 小于0 失败
"msg"
:
"SUCCESS"
,
"data"
:
{
"payinfo"
:
"https://syb.allinpay.com/apiweb/h5unionpay/native?key=l6lfPuHDErJrTW%2FN7WxSlg4n"
,
//二维码url
"reqsn"
:
"dfghrtjjn_1"
,
////商户订单号_appid
"chnltrxid"
:
"112094120001042656"
,
// 支付渠道交易单号,如支付宝,微信平台的交易单号
"trxid"
:
"112094120001042656"
,
// 交易单号,平台的交易流水号
"trxstatus"
:
"0000"
// 交易状态,0000:交易成功、1001:交易不存在、
},
"requestId"
:
"058244807fff4ab388bbda79afc04b28"
}
```
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