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

Commit 257c836c authored by 张国柄's avatar 张国柄

opt;

parent 4c8ebdf5
...@@ -14,7 +14,7 @@ import java.io.Serializable; ...@@ -14,7 +14,7 @@ import java.io.Serializable;
@Data @Data
public class AdamThirdPartParam implements Serializable { public class AdamThirdPartParam implements Serializable {
private static final long serialVersionUID = 675588088506034208L; private static final long serialVersionUID = 675588088506034208L;
@ApiModelProperty(position = 11, required = true, value = "第三方OPENID[64]") @ApiModelProperty(position = 11, required = true, value = "第三方账号唯一标识[64]")
@NotBlank(message = "OPENID不能为空") @NotBlank(message = "OPENID不能为空")
private String openId; private String openId;
@ApiModelProperty(position = 12, required = true, value = "昵称[64]", example = "Swagger") @ApiModelProperty(position = 12, required = true, value = "昵称[64]", example = "Swagger")
......
...@@ -346,7 +346,7 @@ public class AdamLoginController { ...@@ -346,7 +346,7 @@ public class AdamLoginController {
} catch (Exception e) { } catch (Exception e) {
log.error("WX.API调用异常[jsCode:{},respJStr={}]", jsCode, respJStr, e); log.error("WX.API调用异常[jsCode:{},respJStr={}]", jsCode, respJStr, e);
} }
log.debug("jsCode={},openid={}", jsCode, openId); log.debug("jsCode={},respJStr={}", jsCode, respJStr);
return ResponseDto.success(openId); return ResponseDto.success(openId);
} }
...@@ -369,10 +369,12 @@ public class AdamLoginController { ...@@ -369,10 +369,12 @@ public class AdamLoginController {
} catch (Exception e) { } catch (Exception e) {
log.error("WX.API调用异常[jsCode:{},respJStr={}]", code, respJStr, e); log.error("WX.API调用异常[jsCode:{},respJStr={}]", code, respJStr, e);
} }
log.debug("code={},openid={}", code, openId); log.debug("code={},respJStr={}", code, respJStr);
return ResponseDto.success(openId); return ResponseDto.success(openId);
} }
/* ---------------------------- Internal Method ---------------------------- */
/* ---------------------------- Internal Method ---------------------------- */
/* ---------------------------- Internal Method ---------------------------- */ /* ---------------------------- Internal Method ---------------------------- */
private ResponseDto checkSmsCode(String mobile, String code) { private ResponseDto checkSmsCode(String mobile, String code) {
......
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