Browse Source

优化代码

java110 3 years ago
parent
commit
1d096b2faf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service-user/src/main/java/com/java110/user/api/StaffApi.java

+ 1 - 1
service-user/src/main/java/com/java110/user/api/StaffApi.java

@@ -147,7 +147,7 @@ public class StaffApi {
                 + "&communityId=" + communityId + "&appId=" + AppDto.WECHAT_OWNER_APP_ID;
 
         if (smallWeChatDtos != null && smallWeChatDtos.size() > 0) {
-            ownerUrl += ("&wAppId=" + smallWeChatDtos.get(0).getAppid());
+            ownerUrl += ("&wAppId=" + smallWeChatDtos.get(0).getAppId());
         }
         return ResultVo.createResponseEntity(ownerUrl);
     }