2017 © Pedro Peláez
 

thinkweb-extend zapay-client

thinkweb支付中心客户端

image

shulinqian/zapay-client

thinkweb支付中心客户端

  • Thursday, March 23, 2017
  • by shulinqian
  • Repository
  • 1 Watchers
  • 2 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

zapay-client

支付中心客户端类, (*1)

站点接入代码

需要实现notify 和 back,2个api接口,可以参照 Base.php, (*2)

1.notify用于异步通知, (*3)

必须实现 bind和callback接口,

2.back用于反回结果展示, (*4)

//请修改为自己的配置
$config = [
    'gateway' => "http://***.com/pay/index/index",
    'apiurl' => "http://***.com/api/payment/index",
    'appid' => '**site',
    'key' => '01e7891ea2d7914ssb3e9430254f6257',
];
$client = new Client();
$client->setConfig($config);


3.到支付中心填入相应的地址, (*5)

The Versions

23/03 2017

dev-master

9999999-dev

thinkweb支付中心客户端

  Sources   Download

Apache-2.0

by Avatar shulinqian

13/03 2017

v1.0.2

1.0.2.0

thinkweb支付中心客户端

  Sources   Download

Apache-2.0

by Avatar shulinqian

13/03 2017

v1.0.1

1.0.1.0

thinkweb支付中心客户端

  Sources   Download

Apache-2.0

by Avatar shulinqian

18/02 2017

v1.0.0

1.0.0.0

thinkweb支付中心客户端

  Sources   Download

Apache-2.0

by Avatar shulinqian