示例#1
0
def EstimateFee():
    return General.fee()
示例#2
0
def estimate_fee():
    return jsonify(General.fee())