Commit 2da87b58 authored by 高宇's avatar 高宇

会员码接口

parent 803dd1e9
...@@ -151,7 +151,7 @@ public class UserController extends BaseController { ...@@ -151,7 +151,7 @@ public class UserController extends BaseController {
return Rets.success(shopUser); return Rets.success(shopUser);
} }
// 生成会员二维码 // 生成会员二维码
@RequestMapping(value = "/setTenantId",method = RequestMethod.GET) @RequestMapping(value = "/getTradeScan",method = RequestMethod.GET)
public Object getTradeScan(String id) throws ServiceException { public Object getTradeScan(String id) throws ServiceException {
String png_base64 = null; String png_base64 = null;
//返回二维码 并且构造支付包web支付对象 //返回二维码 并且构造支付包web支付对象
......
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