# service-user **Repository Path**: linxj3/service-user ## Basic Information - **Project Name**: service-user - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-11 - **Last Updated**: 2025-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1,本地注册用户addUser网关 Post http://localhost:10002/api/user/addUser {"phoneNum":"18966652223","userName":"user1","departName":"xxxx","password":"111111"} 2,获取二维码 Get http://localhost:10002/api/user/qrcode/image?url=172.20.8.49:8080&width=300&height=300 3,投诉 Post localhost:10002/api/complain/addComplain { "complainantName":"林志玲", "contactWay":"18966657778", "complaintType":"态度问题", "content":"毫无意义的内容", "imageUrl":"https://gips2.baidu.com/it/u=195724436,3554684702&fm=3028&app=3028&f=JPEG&fmt=auto?w=1280&h=960", "attachmentUrls":"user/user1/file1" } 4,投诉分页查询 Post localhost:10002/api/complain/pageList { "page":"1", "limit":"2", "complainantName":"" } 5,用户分页查询 Post localhost:10002/api/user/queryAllUser { "page":"1","limit":"2" }