from django.conf.urls import url from . import views urlpatterns = [ url(r'^tx/$',views.text.as_view()), # 测试 #客户预收冲应收 # 客户收款单 # 厂商付款单 ]