- <?php
- namespace refill\hongxudayz;
- class config
- {
- const ORDER_URL = 'http://8.134.12.246:8090/recieverOrder';
- const QUERY_URL= 'http://8.134.12.246:8090/queryOrder';
- const MER_ID= 'yzhfcz';
- const KEY = '05375eae5804db4515e1bd0ff0adfe10';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_hongxudayz.php";
- const PRICE = 0.992;
- const ExtHeaders = ['charset=utf-8'];
- }
|