示例#1
0
def update():
    return rst_activity.post_or_put(request.json.get('id'))
示例#2
0
def update():
    return rst_activity.post_or_put(request.json.get('id'))
示例#3
0
def add():
    return rst_activity.post_or_put()
示例#4
0
def add():
    return rst_activity.post_or_put()