增加备案信息选项

This commit is contained in:
Minho
2018-03-19 17:46:47 +08:00
parent 57d47896c7
commit 52f5a44691
8 changed files with 52 additions and 39 deletions

View File

@@ -1,5 +0,0 @@
package converter
func GetFooterOrHeaderParams(v string) string {
return "" + v +""
}

View File

@@ -1,5 +0,0 @@
package converter
func GetFooterOrHeaderParams(v string) string {
return v
}