wdt.php 466 B

12345678910111213141516171819
  1. <?php
  2. //旺店通参数
  3. return [
  4. //测试
  5. 0 => [
  6. 'sid' => 'apidevnew2',
  7. 'appKey' => 'tjdys03-test',
  8. 'appSecret' => '6f330a187',
  9. 'order_query' => 'https://sandbox.wangdian.cn/openapi2/trade_query.php', //订单查询管理
  10. ],
  11. //正式
  12. 1 => [
  13. 'sid' => '',
  14. 'appKey' => '',
  15. 'appSecret' => '',
  16. 'order_query' => 'https://api.wangdian.cn/openapi2/trade_query.php', //订单查询管理
  17. ],
  18. ];