You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

14 lines
323 B

<?php
class WxPayConf_pub
{
const APPID = '';
const MCHID = '';
const KEY = '';
const APPSECRET = '';
const JS_API_CALL_URL = '';
const SSLCERT_PATH = '/wechat/webapp/lib/cert/apiclient_cert.pem';
const SSLKEY_PATH = '/wechat/webapp/lib/cert/apiclient_key.pem';
const NOTIFY_URL = '';
const CURL_TIMEOUT = 30;
}
?>