智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/89/89f0a57b0a4ebacc95d728e761a...

16 lines
325 B

/**
* @file 支付代扣签约
*/
declare namespace my {
interface IPaySignCenterOptions {
signStr: string;
success?(res: any): void;
fail?(res: 7000 | 7001 | 7002 | 6001 | 6002): void;
complete?(): void;
}
/**
* @deprecated
*/
function paySignCenter(options: IPaySignCenterOptions): void;
}