{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1764538817" } }
from django.shortcuts import render, HttpResponse
# Create your views here.
def examplePlugin(request):
return render(request, 'examplePlugin/examplePlugin.html')