Kaynağa Gözat

配置小程序用户隐私保护指引

xujunwei 3 yıl önce
ebeveyn
işleme
5fdbcc7f8d

+ 1 - 4
framework-common/src/main/java/com/mrxu/framework/common/xcx/bean/InterfaceList.java

@@ -49,9 +49,6 @@ public class InterfaceList extends WxResult {
             if(status.equals(4)) {
             if(status.equals(4)) {
                 return "申请失败";
                 return "申请失败";
             }
             }
-            if(status.equals(1)) {
-                return "待申请开通";
-            }
             if(status.equals(5)) {
             if(status.equals(5)) {
                 return "已开通";
                 return "已开通";
             }
             }
@@ -60,7 +57,7 @@ public class InterfaceList extends WxResult {
 
 
         public String getApplyTime() {
         public String getApplyTime() {
             if(apply_time == null) {
             if(apply_time == null) {
-                return "未申请";
+                return "-";
             }
             }
             return DateFunc.getTimeStr(new Date(apply_time*1000l));
             return DateFunc.getTimeStr(new Date(apply_time*1000l));
         }
         }