24 lines
107 B
Python
24 lines
107 B
Python
![]() |
from flask import Blueprint, jsonify, current_app, g
|
||
|
|
||
|
bp = Blueprint('guan', __name__)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|