Commit b90c6f7d authored by zw's avatar zw

bug

parent b1a33152
......@@ -183,6 +183,7 @@ class BusinessDistrict extends Basic
* @throws \think\exception\DbException
*/
public function regions() {
header('Access-Control-Allow-Origin:*');
$params = $this->request->param();
$regions = new Regions();
$params['code'] = empty($params['code'])? '' : $params['code'];
......
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