Commit f2a7055c authored by hujun's avatar hujun

跨域

parent 14b59308
...@@ -152,6 +152,7 @@ class Statement extends Basic ...@@ -152,6 +152,7 @@ class Statement extends Basic
* @throws \think\exception\DbException * @throws \think\exception\DbException
*/ */
public function getWeekOrDay() { public function getWeekOrDay() {
header('Access-Control-Allow-Origin:*');
$code = 200; $code = 200;
$msg = ''; $msg = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment