API
Class

Res ($UI/wxsys/comps/scanCode/scanCode#scanCodeQRCodeSuccessEvent#originalEvent#res)

使用范围:WX

Contents

class Res ($UI/wxsys/comps/scanCode/scanCode#scanCodeQRCodeSuccessEvent#originalEvent#res)

扫码成功返回的信息

Constructor Top

  res ()

Properties Top

String charSet

所扫码的字符集

String path

当所扫的码为当前小程序的合法二维码时,会返回此字段,内容为二维码携带的 path

String result

所扫码的内容

String scanType

所扫码的类型

Constructor details Top

public res ()

扫码成功返回的信息

Properties Detail Top

public String charSet

所扫码的字符集

public String path

当所扫的码为当前小程序的合法二维码时,会返回此字段,内容为二维码携带的 path

public String result

所扫码的内容

public String scanType

所扫码的类型