third_party.php 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. return [
  3. 'taobao' => [
  4. 'appKey' => '35214206',
  5. 'appSecret' => 'b4ec4e885fb4a189d3beb475fbb15dc6',
  6. // 推广位ID
  7. 'adzoneId' => 116174700455,
  8. // 商品筛选-后台类目ID。用,分割,最大10个
  9. 'cat' => '50016422,50012486,50008164,50002766,50050359,50022703,50000436,50011130,50011277,50020579'
  10. ],
  11. // 1688分销严选采购解决方案(分销买家版)
  12. 'alibaba_agent' => [
  13. 'appKey' => '6512262',
  14. 'appSecret' => 'uNPRZE7895',
  15. 'accessToken' => 'dc8eab20-f10f-4688-9e45-9ebfa182c7c2',
  16. // 授权回调地址
  17. // 'redirectUri' => 'https://yourdomain.com/api/alibaba/callback',
  18. // 1688 API网关地址
  19. 'gatewayUrl' => 'https://gw.open.1688.com/openapi/',
  20. // 协议版本
  21. 'version' => '1',
  22. // 分销买家ID(在1688分销平台获取)
  23. 'distributorId' => '',
  24. // 日志开关
  25. 'logEnabled' => true,
  26. // 日志目录
  27. 'logPath' => runtime_path() . 'alibaba/',
  28. ]
  29. ];