Explorar el Código

修复没返回预签名链接问题

locky hace 1 año
padre
commit
e39f242c93
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Service/DevicePushService.py

+ 1 - 0
Service/DevicePushService.py

@@ -792,6 +792,7 @@ class DevicePushService:
             else:
             else:
                 # 华为云
                 # 华为云
                 img_url = DevicePushService.create_obs_signed_url(key_name, 'PUT')
                 img_url = DevicePushService.create_obs_signed_url(key_name, 'PUT')
+                res_data['img_push'] = img_url
                 res_data['msg'] = 'success 1'
                 res_data['msg'] = 'success 1'
         elif is_st == 3:
         elif is_st == 3:
             img_url_list = []
             img_url_list = []