aliconfig.php 268 B

1
  1. <?php $config = array('app_id' => "",'merchant_private_key' => "",'notify_url' => "/m/user/alipay/notify_url.php",'return_url' => "/m/user/",'charset' => "UTF-8",'sign_type'=>"RSA2",'gatewayUrl' => "https://openapi.alipay.com/gateway.do",'alipay_public_key' => "",);?>