This commit is contained in:
“wanyongkang”
2022-04-28 17:58:53 +08:00
parent 0d0572f1ed
commit 1277d0532b
4 changed files with 26 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
* @Author: kangkang
* @Date: 2020-11-06 14:32:57
* @LastEditors: Please set LastEditors
* @LastEditTime: 2022-04-28 17:37:42
* @LastEditTime: 2022-04-28 17:58:19
*/
header('Access-Control-Allow-Origin: *');
header("Access-Control-Allow-Methods: *");
@@ -64,7 +64,7 @@ switch ($id) {
break;
case 23:
get_product(__DIR__ . '/data/download/liebao.csv');
get_product(__DIR__ . '/data/download/yunniu.csv');
break;
}