コード例 #1
0
def put(category_id):
    category_base.post_or_put(category_id)
    return ''
コード例 #2
0
def post():
    return category_base.post_or_put()