|
|
@@ -304,24 +304,24 @@ public class WxMerchant extends TenantEntity { |
|
|
public String getWeappPath() { |
|
|
public String getWeappPath() { |
|
|
if(id == null) |
|
|
if(id == null) |
|
|
return Constant.mainPageUrl; |
|
|
return Constant.mainPageUrl; |
|
|
return Constant.mainPageUrl + "?type=md&id=" + id; |
|
|
|
|
|
|
|
|
return Constant.mainPageUrl + "?type=md&id=" + id + "&tenantId=" + tenantId; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public String getTtparams(){ |
|
|
|
|
|
return Constant.mainPageUrl; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getTtPath(){ |
|
|
|
|
|
JsonObject object = new JsonObject(); |
|
|
|
|
|
object.addProperty("type","md"); |
|
|
|
|
|
object.addProperty("id",id); |
|
|
|
|
|
return object.toString(); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// public String getTtparams(){ |
|
|
|
|
|
// return Constant.mainPageUrl; |
|
|
|
|
|
// } |
|
|
|
|
|
// |
|
|
|
|
|
// public String getTtPath(){ |
|
|
|
|
|
// JsonObject object = new JsonObject(); |
|
|
|
|
|
// object.addProperty("type","md"); |
|
|
|
|
|
// object.addProperty("id",id); |
|
|
|
|
|
// return object.toString(); |
|
|
|
|
|
// } |
|
|
|
|
|
|
|
|
public String getWeappScene() { |
|
|
public String getWeappScene() { |
|
|
if(id == null) |
|
|
if(id == null) |
|
|
return ""; |
|
|
return ""; |
|
|
return "t:md:" + id; |
|
|
|
|
|
|
|
|
return "t:md:" + id + ":" + tenantId; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "积分锁定0正常1锁定", name = "creditLocked") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "积分锁定0正常1锁定", name = "creditLocked") |
|
|
|