|
@@ -55,7 +55,7 @@ public class WxController extends BaseController{
|
|
|
@GetMapping(value = "/openid")
|
|
|
@ApiOperation("获取用户openid")
|
|
|
public Response<String> getInfo(
|
|
|
- @ApiParam(name = "mobile", value = "用户电话", required = true)
|
|
|
+ @ApiParam(name = "jscode", value = "jscode", required = true)
|
|
|
String jscode
|
|
|
){
|
|
|
WxResult wxInfo = wxService.getWxInfo(appid, secret, jscode);
|