• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • content
  • FeedBackParams.ets
  • ref |> UAT调通阿里OSS签名直传,意见反馈已添加带图片上传 · 233cf2eb ...
    233cf2eb Browse Files
    Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
    xugenyuan authored 2024-08-29 19:03:34 +0800
FeedBackParams.ets 181 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
export interface FeedBackParams {
  content:string
  classifyFlagIds:string
  userContact:string
  userName:string
  appVersion:string
  appDevice:string
  imageUrls:Array<string>
}