Commit 83805b92 by 王昆

gsb

parent 0d261901
......@@ -1275,7 +1275,9 @@ class EcontractService extends ServiceBase {
});
if (econtract) {
return this.returnjson(0, "用户已经签约");
return this.returnjson(0, "用户已经签约", {
contractId: econtract.id
});
}
// e签宝流程
......
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