提交 23b8f57f 作者: 刘明祎-运维用途

Merge branch 'develop'

流水线 #7174 已通过 于阶段
in 2 分 21 秒
......@@ -37,7 +37,7 @@ public class FddServiceImpl implements FddService {
//平台方自定义唯一标识
params.setOpenId(openId);
String result = baseClient.invokeRegisterAccount(params);
log.info(result);
log.info("法大大返回 ==》 {}",result);
if (!JSONObject.parseObject(result).getString(FddConstant.CODE).equals(FddConstant.SUCCESS)) {
return null;
}
......
......@@ -40,4 +40,5 @@ data-filter:
- /userapp/user-account/interiorInfo
- /userapp/user/report/getJoinStoreNumber
- /userapp/user-account/userMessages
- /userapp/company/getCompanyInfoByBUId
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论