提交 b258a698 authored 作者: wangmenglong's avatar wangmenglong

阿里回调通知

上级 7c428a53
......@@ -218,6 +218,10 @@ public class ApiAliController extends BaseController {
//获取人员信息(自我评价)
Person person = personService.getDetailsByLoginOpenId(params.get("open_id"));
if(person!=null&&person.getId()!=null){
if(params.containsKey("self_introduction")){
person.setSelfEvaluation(params.get("self_introduction"));
}
......@@ -304,6 +308,9 @@ public class ApiAliController extends BaseController {
signRecordService.create(signRecord);
}
}
isPass = AlipaySignature.rsaCheckV1(params, alipayPublicKey, "UTF-8", "RSA2");
if(isPass) {
// 2、验签成功:处理业务逻辑,并构造业务处理结果
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论