Commit 285550b0 authored by tangtuo's avatar tangtuo

修改生产环境配置

作品类型加入wav格式的
parent 83017096
......@@ -75,12 +75,12 @@ swagger:
chain:
para:
rpc-url: http://119.8.39.159:8901
withhold: 1Ae6FfgdYJn6LLaqDoRjwga3j4TTmMq3t7
withhold:
withhold-key: a4c49dcb35e0032dc8db5891dc81481943b68fc558ce93ce74d0382c1d104934
token-manager: 1N2ABERwHgxGhebVw6fVSwaQ5uLAysmGEu
token-manager-key: 0x4e92bda2477ded0e7c07a9e3acd2370de8d7401c68cc83ee8376806db3121e77
token-manager:
token-manager-key: 4e92bda2477ded0e7c07a9e3acd2370de8d7401c68cc83ee8376806db3121e77
title: user.p.FILMCHAIN.
cName: user.p.FILMCHAIN.user.evm.0xdc173544bb1876b9811d679f0dd33acc03772c6694f34a9f51b79cbae8af10f4
cName: user.evm.0xdc173544bb1876b9811d679f0dd33acc03772c6694f34a9f51b79cbae8af10f4
cAddr: 1MHibNozeurswCpinxR9md147dYUUG3vRN
......
......@@ -14,6 +14,7 @@ public enum FileSuffix {
MP4,
WMV,
MP3,
WAV,
DOC,
DOCX,
XLS,
......@@ -39,6 +40,6 @@ public enum FileSuffix {
}
public static void main(String[] args) {
System.out.println(validFileType("docx"));
System.out.println(validFileType("WAV"));
}
}
......@@ -79,12 +79,12 @@ sms:
chain:
para:
rpc-url: http://119.8.39.159:8901
withhold: 1Ae6FfgdYJn6LLaqDoRjwga3j4TTmMq3t7
withhold:
withhold-key: a4c49dcb35e0032dc8db5891dc81481943b68fc558ce93ce74d0382c1d104934
token-manager: 1N2ABERwHgxGhebVw6fVSwaQ5uLAysmGEu
token-manager-key: 0x4e92bda2477ded0e7c07a9e3acd2370de8d7401c68cc83ee8376806db3121e77
token-manager:
token-manager-key: 4e92bda2477ded0e7c07a9e3acd2370de8d7401c68cc83ee8376806db3121e77
title: user.p.FILMCHAIN.
cName: user.p.FILMCHAIN.user.evm.0xdc173544bb1876b9811d679f0dd33acc03772c6694f34a9f51b79cbae8af10f4
cName: user.evm.0xdc173544bb1876b9811d679f0dd33acc03772c6694f34a9f51b79cbae8af10f4
cAddr: 1MHibNozeurswCpinxR9md147dYUUG3vRN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment