| 123456789101112131415161718192021222324252627282930 |
- <?php
- return [
- 'taobao' => [
- 'appKey' => '35214206',
- 'appSecret' => 'b4ec4e885fb4a189d3beb475fbb15dc6',
- // 推广位ID
- 'adzoneId' => 116174700455,
- // 商品筛选-后台类目ID。用,分割,最大10个
- 'cat' => '50016422,50012486,50008164,50002766,50050359,50022703,50000436,50011130,50011277,50020579'
- ],
- // 1688分销严选采购解决方案(分销买家版)
- 'alibaba_agent' => [
- 'appKey' => '6512262',
- 'appSecret' => 'uNPRZE7895',
- 'accessToken' => 'ce15fc70-b462-43bf-acc3-f87e43c858ba',
- // 授权回调地址
- // 'redirectUri' => 'https://yourdomain.com/api/alibaba/callback',
- // 1688 API网关地址
- 'gatewayUrl' => 'https://gw.open.1688.com/openapi/',
- // 协议版本
- 'version' => '1',
- // 分销买家ID(在1688分销平台获取)
- 'distributorId' => '',
- // 日志开关
- 'logEnabled' => true,
- // 日志目录
- 'logPath' => runtime_path() . 'alibaba/',
- ]
- ];
|