# @Author : Rocky # @File : beian.py # @Time : 2023/3/30 19:10 from django.http import HttpResponse def beianPath(request, **kwargs): html = """ 珠海安士佳电子有限公司

无线基站套装

C1

C306

""" return HttpResponse(html)