浏览代码

错误提示

yumeng 5 年之前
父节点
当前提交
5a6b9082b6

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/BindAccountLoginController.java

@@ -73,6 +73,7 @@ public class BindAccountLoginController {
         String advertiserId = json.getString("advertiserId");
         String advertiserId = json.getString("advertiserId");
         if (Check.isNull(advertiserId)) {
         if (Check.isNull(advertiserId)) {
             result.setSuccess(false);
             result.setSuccess(false);
+            result.setMessage("广告主id为空");
             return result;
             return result;
         }
         }
         //创建人
         //创建人