# -*- coding: utf-8 -*- """ # @Time : 2022/3/8 10:35 # @Author : zhaiht # @File : config.py # @desc : """ Headers = {'Authorization': 'Bearer 43bc07a8-6d5e-4579-86e3-c9ee2a2de701', 'Content-Type': 'application/json;charset=UTF-8'} url_test = "http://117.50.4.194" url_prod = "http://gatling.reyun.com" p2v = "/api-f/batchIm2Video/asyncBatchImg2V" v2v = "/api-f/video2video/generatedAsync/false"