|
@@ -127,7 +127,7 @@ def show(
|
|
|
if os.path.exists(file_type_path) and os.path.isdir(file_type_path):
|
|
|
file_list = []
|
|
|
for file_name in os.listdir(file_type_path):
|
|
|
- file_list.append("/mmh5_yjxm_yst/ebus/yst_mmsyjjzhyjxt/api/yst/file/show?thumb=1&file_name={}&rnd={}".format(file_name, new_guid()))
|
|
|
+ file_list.append("/mmh5_yjxm_yst/ebus/yst_mmsyjjzhyjxt/api/yst/file/show?thumb=1&file_name={}&rnd={}".format(file_name, unixstamp()))
|
|
|
valueMap = {
|
|
|
'fileType': file_type,
|
|
|
'imageUrls': file_list
|