- <?php
- namespace refill\weishengy;
- class config
- {
- const ORDER_URL = 'http://110.34.164.104/api/order/jdTelPay';
- const QUERY_URL = 'http://110.34.164.104/api/order/jdTelGet';
- const masId = '699270071532654592';
- const appKey = '8sa877sdj219sda';
- const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/weishengy.php";
- const ExtHeaders = ['Content-Type: application/json;charset=utf-8'];
- }
|