Skip to content

Commit

Permalink
Update 功能介绍.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronachao authored Jun 22, 2018
1 parent a5506f5 commit 41536d4
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Payment 是 MobileLine 的移动支付服务,给用户提供微信支付与手

|名词|解释|
|:--:|:--|
|应用 App| 您自己的 App,用于集成我们的 MobileLine Payment 服务|
|应用 Server|您自己的 Server,需要在该 Server 上配置下单、通知回调等服务|
|Payment SDK|即 MobileLine Payment SDK,您可以通过 Gradle,或者本地方式来集成|
|Payment Server|即 MobileLine Payment 服务端|
|支付渠道|这里指的是微信支付和 QQ 支付,需要您自己去申请和配置相关渠道信息|
|应用 App| 您自己的 App,用于集成我们的 MobileLine Payment 服务|
|应用 Server|您自己的 Server,需要在该 Server 上配置下单、通知回调等服务|
|Payment SDK|即 MobileLine Payment SDK,您可以通过 Gradle,或者本地方式来集成|
|Payment Server|即 MobileLine Payment 服务端|
|支付渠道|这里指的是微信支付和 QQ 支付,需要您自己去申请和配置相关渠道信息|


## 功能介绍
Expand All @@ -33,7 +33,7 @@ Payment 是 MobileLine 的移动支付服务,给用户提供微信支付与手

聚合支付功能是指您在接入 Payment 服务后,可以直接给商品指定支付金额,然后调用【商品下单】接口进行下单,下单成功后,即可通过我们的 SDK 拉起支付界面进行支付。注意,在这种支付方式下,下单地址中 `$appid$` 参数对应的是 MobileLine 应用移动支付模块的 offerid,这也意味着所有的支付数据也均留存在该 offerid 下,您可以在控制台的【交易查询】和【数据分析】中查看支付信息。

> 即下单地址为 https://api.openmidas.com/v1/r/$offerid$/unified_order
> 即下单地址为 `https://api.openmidas.com/v1/r/$offerid$/unified_order`
这种支付模式适用于没有虚拟货币,直接由业务方发放虚拟道具和服务的场景。

Expand All @@ -44,11 +44,11 @@ Payment 是 MobileLine 的移动支付服务,给用户提供微信支付与手

### 1. 创建 MobileLine 应用

如果您还没有自己的 MobileLine 应用,那么您首先需要在控制台上 [创建项目](https://cloud.tencent.com/document/product/666/14836),创建好项目后,请在该项目下 [创建 MoblieLine 应用](https://cloud.tencent.com/document/product/666/14835),创建应用时,**请按照控制台指引配置您自己的应用 APP**
如果您还没有自己的 MobileLine 应用,那么您首先需要在控制台上 [创建项目](https://cloud.tencent.com/document/product/666/14836),创建好项目后,请在该项目下 [创建 MoblieLine 应用](https://cloud.tencent.com/document/product/666/14835),创建应用时,**请按照控制台指引配置您自己的应用 App**

### 2. 配置应用 Server

应用 Server 指的是您自己业务的服务端,使用 Payment 服务时,您必须首先 [部署发货服务器](https://cloud.tencent.com/document/product/666/14600),然后根据您自己的业务情况配置 [服务端 API](replaceme)
应用 Server 指的是您自己业务的服务端,使用 Payment 服务时,您必须首先 [部署发货服务器](https://cloud.tencent.com/document/product/666/14600),然后根据您自己的业务情况配置 [服务端 API](/document/product/666/17994)

### 3. 配置支付渠道

Expand Down

0 comments on commit 41536d4

Please sign in to comment.