Commit e18638e2 authored by 王琮's avatar 王琮

修改请求方式

parent 509ac65a
......@@ -273,9 +273,9 @@ public class SysUserController extends CyPaginationController<SysUser> {
* @deprecated 前端生成 二维码
* 后端返回 base64
*/
@GetMapping("/getTradeScan/{personId:\\w+}")
@GetMapping("/getTradeScan")
@ResponseBody
public CyResult getTradeScan(@PathVariable String personId) {
public CyResult getTradeScan(String personId) {
// 根据用户id获取personId
String codeUrl = "";
if (synchronization)
......
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