|
|
@@ -57,7 +57,7 @@ public class ProjectWeChatInfoService extends SuperService {
|
|
|
if (ObjectUtils.isNotEmpty(appIdTemp.getProjectInfo())) {
|
|
|
_name = appIdTemp.getProjectInfo().getName();
|
|
|
}
|
|
|
- return ResultContent.buildFail(String.format("appId已绑定项目:"));
|
|
|
+ return ResultContent.buildFail(String.format("appId已绑定项目:%s", _name));
|
|
|
}
|
|
|
|
|
|
BeanUtils.copyProperties(param, projectWeChatInfo);
|