Commit 51915f05 by 王昆

gsb

parent f582cbf0
......@@ -17,6 +17,30 @@ class TestApi {
this.redisLock = System.getObject("util.redisLock");
}
// async test34() {
// let b4 = {
// name: "范戎凯",
// idno: "130481199007010130",
// cardno: "6214680041375229",
// mobile: "15010033768",
// }
//
// let b3 = {
// name: b4.name,
// idno: b4.idno,
// cardno: b4.cardno
// };
//
// let b2 = {
// name: b4.name,
// idno: b4.idno,
// };
//
// var b2rs = await this.utilesignbaoSve.personTwo(b2, "");
// let b3rs = await this.utilesignbaoSve.bankthree(b3, "") || {};
// let b4rs = await this.utilesignbaoSve.bankfour(b4, "") || {};
// }
async testAddDL(obj) {
let contracts = obj.contracts || [];
for(let p of contracts) {
......
c7a4849363f014627956f41ec137d514
\ No newline at end of file
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