This commit is contained in:
@@ -21,7 +21,7 @@ api = APIBlueprint('api', __name__)
|
||||
def wechat_login(files_data):
|
||||
f = files_data['image']
|
||||
try:
|
||||
result = rpc.storage.upload(file_name='avatar_' + str(session['user_id']),
|
||||
result = rpc.storage.upload(file_name='avatar_' + str(session['user_id']+f'_{f.filename}'),
|
||||
file_binary=f.read(),
|
||||
bucket='bodyrecord',
|
||||
folder='avatar',
|
||||
|
Reference in New Issue
Block a user