记得上下班打卡 | git大法好,push需谨慎

Commit f73172aa authored by zhoujianping's avatar zhoujianping

1.支付小程序登录接口修改

parent 5a331151
......@@ -23,7 +23,7 @@ public class SweetAppletLoginController {
private SweetAppletServiceImpl sweetAppletService;
@ApiOperation(value = "获取小程序openId")
@GetMapping(value = {"/code2openid"})
@GetMapping("/findCode2openid")
@ApiImplicitParams({
@ApiImplicitParam(type = "query", dataType = "String", name = "code", value = "code", required = true),
@ApiImplicitParam(type = "query", dataType = "String", name = "type", value = "alipay支付宝,wepay 微信")
......
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