智盟项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
228 B

  1. package md
  2. var OrdTypeMap = map[string]string{"video": "短剧", "adv": "广告", "cinema": "电影票", "story": "小说"}
  3. var VideoTypeMap = map[string]string{"channel": "视频号", "douyin": "抖音", "kuaishou": "快手"}