1234567891011121314 |
- <?php
- /**
- * Created by PhpStorm.
- * User: shensong
- * Date: 2022/10/13
- * Time: 14:20
- */
- return [
- 'api_key' => '5EB21D8F8221', // 好单库应用APIKEY
- 'request_url' => 'http://v2.api.haodanku.com/',// API链接地址
- 'v' => '3.7.12',// 超级搜索接口版本号
- 'tb_name' => 'tb983514959063',
- 'default_pid' => 'mm_3265370068_2718800454_114488850210',
- ];
|