Commit e18638e2 authored by 王琮's avatar 王琮

修改请求方式

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