forked from iod/ControlProxy
8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
|
module ShanxiAuditPRoxy{
|
||
|
export function countDOIPRecordByDate() {
|
||
|
return executeContract("AuditProxy","countDOIPRecordByDate",arg).result;
|
||
|
}
|
||
|
export function getDOIPStatistic() {
|
||
|
return executeContract("AuditProxy","getDOIPStatistic",arg).result;
|
||
|
}
|
||
|
}
|