Commit 2c3cef2b by 王昆

风花雪月测试

parent b9209ea6
......@@ -348,6 +348,10 @@ class EcontractCtl extends CtlBase {
eBaoRedirectBossUrl = "http://op.yundasys.com/opserver/pages/twentyActs/index.html?appid=ydwechat&openid=" + user.openid3rd;
}
if(etemplate.redirect_url) {
eBaoRedirectBossUrl = etemplate.redirect_url;
}
console.log({
params: params,
ebaoAccountId: ebaoAccountId,
......
......@@ -9,6 +9,7 @@ module.exports = (db, DataTypes) => {
mainId: DataTypes.STRING(64),
nameA: DataTypes.STRING(50),
isnew : DataTypes.INTEGER,
redirect_url : DataTypes.STRING,
templateid: {
type:DataTypes.STRING, // e签宝模板id
defaultValue: ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment