【USB描述符系列】触控电视

【USB描述符系列】触控电视

简介

曾经使用过的一款USB接口的触控电视,接到Windows系统上会显示为USB输入设备。其实就是一个USB触控设备,大的触摸屏,支持10点触控。

描述符是枚举成一个HID设备,然后在HID Report Descriptor中设置为Touch Screen。

下面是这个USB接口的触控电视的USB描述符,产品的VID和PID被我隐去了。

Device Descriptor

OffsetFieldSizeValueDescription
0bLength112hSize of this descriptor
1bDescriptorType101hDevice
2bcdUSB20200hUSB Spec 2.0
4bDeviceClass100hClass info in Ifc Descriptors
5bDeviceSubClass100hUnused
6bDeviceProtocol100hUnused
7bMaxPacketSize0140h64 bytes
8idVendor2XXXXhVendor ID
10idProduct2XXXXhProduct ID
12bcdDevice20100h1.00
14iManufacturer101hIndex to string descriptor that contains the string < Your Name > in Unicode
15iProduct102hIndex to string descriptor that contains the string < Your Product Name > in Unicode
16iSerialNumber103hIndex to string descriptor that contains the string < Your Serial Number > in Unicode
17bNumConfigurations101hOne configuration

Configuration Descriptor

OffsetFieldSizeValueDescription
0bLength109hSize of this descriptor
1bDescriptorType102hConfiguration
2wTotalLength20049hLength of the total configuration block, including this descriptor, in bytes
4bNumInterfaces102hTwo interfaces
5bConfigurationValue101hID of this configuration
6iConfiguration100hUnused
7bmAttributes1A0hBus Powered, Remote Wakeup
4…0: Reserved. . . 00000Unused
5: Remote Wakeup. .1 . . . . .Yes
6: Self Powered. 0 . . . . . .No, Bus Powered
7: Reserved (set to one)
(bus-powered for 1.0)
1 . . . . . . .Unused
8bMaxPower1FAh500 mA
Interface Descriptor 0/0 HID, 2 Endpoints
OffsetFieldSizeValueDescription
0bLength109hSize of this descriptor
1bDescriptorType104hINTERFACE
2bInterfaceNumber100hIndex of this interface
3bAlternateSetting100hIndex of this setting
4bNumEndpoints102h2 endpoints
5bInterfaceClass103hHID
6bInterfaceSubClass100hNo Subclass
7bInterfaceProtocol100hNone
8iInterface104hIndex of string descriptor describing this interface
HID Descriptor
OffsetFieldSizeValueDescription
0bLength109hSize of this descriptor
1bDescriptorType121hHID
2bcdHID20111h1.11
4bCountryCode100hNumeric expression identifying country code of the localized hardware
5bNumDescriptors101hNumeric expression specifying the number of class descriptors
6bDescriptorType122hReport
7wDescriptorLength202AAh682 bytes
Endpoint Descriptor 81 1 In, Interrupt, 1 ms
OffsetFieldSizeValueDescription
0bLength107hSize of this descriptor
1bDescriptorType105hEndpoint
2bEndpointAddress181h1 In
3bmAttributes103hInterrupt
1…0: Transfer Type. . . . . .11Interrupt
7…2: Reserved000000 . .Unused
4wMaxPacketSize20040h64 bytes
6bInterval101h1 ms
Endpoint Descriptor 01 1 Out, Interrupt, 10 ms
OffsetFieldSizeValueDescription
0bLength107hSize of this descriptor
1bDescriptorType105hEndpoint
2bEndpointAddress101h1 Out
3bmAttributes103hInterrupt
1…0: Transfer Type. . . . . .11Interrupt
7…2: Reserved000000 . .Unused
4wMaxPacketSize20040h64 bytes
6bInterval10Ah10 ms
Interface Descriptor 1/0 HID, 2 Endpoints
OffsetFieldSizeValueDescription
0bLength109hSize of this descriptor
1bDescriptorType104hINTERFACE
2bInterfaceNumber101hIndex of this interface
3bAlternateSetting100hIndex of this setting
4bNumEndpoints102h2 endpoints
5bInterfaceClass103hHID
6bInterfaceSubClass101hBoot Interface
7bInterfaceProtocol102hMouse
8iInterface105hIndex of string descriptor describing this interface
HID Descriptor
OffsetFieldSizeValueDescription
0bLength109hSize of this descriptor
1bDescriptorType121hHID
2bcdHID20110h1.10
4bCountryCode100hNumeric expression identifying country code of the localized hardware
5bNumDescriptors101hNumeric expression specifying the number of class descriptors
6bDescriptorType122hReport
7wDescriptorLength200A8h168 bytes
Endpoint Descriptor 82 2 In, Interrupt, 1 ms
OffsetFieldSizeValueDescription
0bLength107hSize of this descriptor
1bDescriptorType105hEndpoint
2bEndpointAddress182h2 In
3bmAttributes103hInterrupt
1…0: Transfer Type. . . . . .11Interrupt
7…2: Reserved000000 . .Unused
4wMaxPacketSize20040h64 bytes
6bInterval101h1 ms
Endpoint Descriptor 02 2 Out, Interrupt, 1 ms
OffsetFieldSizeValueDescription
0bLength107hSize of this descriptor
1bDescriptorType105hEndpoint
2bEndpointAddress102h2 Out
3bmAttributes103hInterrupt
1…0: Transfer Type. . . . . .11Interrupt
7…2: Reserved000000 . .Unused
4wMaxPacketSize20040h64 bytes
6bInterval101h1 ms

Interface 0 HID Report Descriptor Touch Screen

Item Tag (Value)Raw Data
Usage Page (Digitizer)05 0D
Usage (Touch Screen)09 04
Collection (Application)A1 01
 Report ID (2)85 02
 Usage (Finger)09 22
 Collection (Logical)A1 02
  Usage (Tip Switch)09 42
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Size (1)75 01
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (In Range)09 32
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (6)95 06
  Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
  Report Size (8)75 08
  Usage09 51
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage Page (Generic Desktop)05 01
  Logical Minimum (0)15 00
  Logical Maximum (4095)26 FF 0F
  Report Size (16)75 10
  Unit Exponent (0)55 00
  Unit (None)65 00
  Usage (X)09 30
  Physical Minimum (0)35 00
  Physical Maximum (0)45 00
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (Y)09 31
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 End CollectionC0
 Collection (Logical)A1 02
  Usage Page (Digitizer)05 0D
  Usage (Tip Switch)09 42
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Size (1)75 01
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (In Range)09 32
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (6)95 06
  Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
  Report Size (8)75 08
  Usage09 51
  Report Count (1)95 01
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage Page (Generic Desktop)05 01
  Logical Minimum (0)15 00
  Logical Maximum (4095)26 FF 0F
  Report Size (16)75 10
  Unit Exponent (0)55 00
  Unit (None)65 00
  Usage (X)09 30
  Physical Minimum (0)35 00
  Physical Maximum (0)45 00
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (Y)09 31
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 End CollectionC0
 Collection (Logical)A1 02
  Usage Page (Digitizer)05 0D
  Usage (Tip Switch)09 42
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Size (1)75 01
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (In Range)09 32
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (6)95 06
  Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
  Report Size (8)75 08
  Usage09 51
  Report Count (1)95 01
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage Page (Generic Desktop)05 01
  Logical Minimum (0)15 00
  Logical Maximum (4095)26 FF 0F
  Report Size (16)75 10
  Unit Exponent (0)55 00
  Unit (None)65 00
  Usage (X)09 30
  Physical Minimum (0)35 00
  Physical Maximum (0)45 00
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (Y)09 31
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 End CollectionC0
 Collection (Logical)A1 02
  Usage Page (Digitizer)05 0D
  Usage (Tip Switch)09 42
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Size (1)75 01
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (In Range)09 32
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (6)95 06
  Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
  Report Size (8)75 08
  Usage09 51
  Report Count (1)95 01
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage Page (Generic Desktop)05 01
  Logical Minimum (0)15 00
  Logical Maximum (4095)26 FF 0F
  Report Size (16)75 10
  Unit Exponent (0)55 00
  Unit (None)65 00
  Usage (X)09 30
  Physical Minimum (0)35 00
  Physical Maximum (0)45 00
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (Y)09 31
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 End CollectionC0
 Collection (Logical)A1 02
  Usage Page (Digitizer)05 0D
  Usage (Tip Switch)09 42
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Size (1)75 01
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (In Range)09 32
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (6)95 06
  Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
  Report Size (8)75 08
  Usage09 51
  Report Count (1)95 01
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage Page (Generic Desktop)05 01
  Logical Minimum (0)15 00
  Logical Maximum (4095)26 FF 0F
  Report Size (16)75 10
  Unit Exponent (0)55 00
  Unit (None)65 00
  Usage (X)09 30
  Physical Minimum (0)35 00
  Physical Maximum (0)45 00
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (Y)09 31
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 End CollectionC0
 Collection (Logical)A1 02
  Usage Page (Digitizer)05 0D
  Usage (Tip Switch)09 42
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Size (1)75 01
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (In Range)09 32
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (6)95 06
  Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
  Report Size (8)75 08
  Usage09 51
  Report Count (1)95 01
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage Page (Generic Desktop)05 01
  Logical Minimum (0)15 00
  Logical Maximum (4095)26 FF 0F
  Report Size (16)75 10
  Unit Exponent (0)55 00
  Unit (None)65 00
  Usage (X)09 30
  Physical Minimum (0)35 00
  Physical Maximum (0)45 00
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (Y)09 31
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 End CollectionC0
 Collection (Logical)A1 02
  Usage Page (Digitizer)05 0D
  Usage (Tip Switch)09 42
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Size (1)75 01
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (In Range)09 32
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (6)95 06
  Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
  Report Size (8)75 08
  Usage09 51
  Report Count (1)95 01
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage Page (Generic Desktop)05 01
  Logical Minimum (0)15 00
  Logical Maximum (4095)26 FF 0F
  Report Size (16)75 10
  Unit Exponent (0)55 00
  Unit (None)65 00
  Usage (X)09 30
  Physical Minimum (0)35 00
  Physical Maximum (0)45 00
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (Y)09 31
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 End CollectionC0
 Collection (Logical)A1 02
  Usage Page (Digitizer)05 0D
  Usage (Tip Switch)09 42
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Size (1)75 01
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (In Range)09 32
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (6)95 06
  Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
  Report Size (8)75 08
  Usage09 51
  Report Count (1)95 01
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage Page (Generic Desktop)05 01
  Logical Minimum (0)15 00
  Logical Maximum (4095)26 FF 0F
  Report Size (16)75 10
  Unit Exponent (0)55 00
  Unit (None)65 00
  Usage (X)09 30
  Physical Minimum (0)35 00
  Physical Maximum (0)45 00
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (Y)09 31
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 End CollectionC0
 Collection (Logical)A1 02
  Usage Page (Digitizer)05 0D
  Usage (Tip Switch)09 42
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Size (1)75 01
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (In Range)09 32
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (6)95 06
  Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
  Report Size (8)75 08
  Usage09 51
  Report Count (1)95 01
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage Page (Generic Desktop)05 01
  Logical Minimum (0)15 00
  Logical Maximum (4095)26 FF 0F
  Report Size (16)75 10
  Unit Exponent (0)55 00
  Unit (None)65 00
  Usage (X)09 30
  Physical Minimum (0)35 00
  Physical Maximum (0)45 00
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (Y)09 31
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 End CollectionC0
 Collection (Logical)A1 02
  Usage Page (Digitizer)05 0D
  Usage (Tip Switch)09 42
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Size (1)75 01
  Report Count (1)95 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (In Range)09 32
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (6)95 06
  Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
  Report Size (8)75 08
  Usage09 51
  Report Count (1)95 01
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage Page (Generic Desktop)05 01
  Logical Minimum (0)15 00
  Logical Maximum (4095)26 FF 0F
  Report Size (16)75 10
  Unit Exponent (0)55 00
  Unit (None)65 00
  Usage (X)09 30
  Physical Minimum (0)35 00
  Physical Maximum (0)45 00
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Usage (Y)09 31
  Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 End CollectionC0
 Usage Page (Digitizer)05 0D
 Usage09 54
 Report Count (1)95 01
 Report Size (8)75 08
 Logical Minimum (0)15 00
 Logical Maximum (10)25 0A
Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 Report ID (3)85 03
 Usage09 55
Feature (Data,Var,Abs,NWrp,Lin,Pref,NNul,NVol,Bit)B1 02
End CollectionC0
Usage (Undefined)09 0E
Collection (Application)A1 01
 Report ID (4)85 04
 Usage (Undefined)09 23
 Collection (Logical)A1 02
  Usage09 52
  Usage09 53
  Logical Minimum (0)15 00
  Logical Maximum (10)25 0A
  Report Size (8)75 08
  Report Count (2)95 02
  Feature (Data,Var,Abs,NWrp,Lin,Pref,NNul,NVol,Bit)B1 02
 End CollectionC0
End CollectionC0
Usage Page (Generic Desktop)05 01
Usage (Keyboard)09 06
Collection (Application)A1 01
 Report ID (8)85 08
 Usage Page (Keyboard/Keypad)05 07
 Usage Minimum (Keyboard Left Control)19 E0
 Usage Maximum (Keyboard Right GUI)29 E7
 Logical Minimum (0)15 00
 Logical Maximum (1)25 01
 Report Count (8)95 08
 Report Size (1)75 01
Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 Report Count (1)95 01
 Report Size (8)75 08
 Input (Cnst,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 03
 Report Count (6)95 06
 Report Size (8)75 08
 Logical Minimum (0)15 00
 Logical Maximum (-1)25 FF
 Usage Page (Keyboard/Keypad)05 07
 Usage Minimum (Undefined)19 00
 Usage Maximum (Keyboard Application)29 65
 Input (Data,Ary,Abs)81 00
End CollectionC0

Interface 1 HID Report Descriptor Mouse

Item Tag (Value)Raw Data
Usage Page (Generic Desktop)05 01
Usage (Mouse)09 02
Collection (Application)A1 01
 Report ID (1)85 01
 Usage (Pointer)09 01
 Collection (Physical)A1 00
  Usage Page (Button)05 09
  Usage Minimum (Button 1)19 01
  Usage Maximum (Button 3)29 03
  Logical Minimum (0)15 00
  Logical Maximum (1)25 01
  Report Count (3)95 03
  Report Size (1)75 01
  Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
  Report Count (1)95 01
  Report Size (5)75 05
  **Input **(Cnst,Ary,Abs)81 01
  Usage Page (Generic Desktop)05 01
  Usage (X)09 30
  Usage (Y)09 31
  Logical Minimum (0)16 00 00
  Logical Maximum (4095)26 FF 0F
  Physical Minimum (0)36 00 00
  Physical Maximum (4095)46 FF 0F
  Report Size (16)75 10
  Report Count (2)95 02
  Input(Data,Var,Abs,NWrp,Lin,NPrf,Null,Bit)81 62
 End CollectionC0
End CollectionC0
Usage Page (Vendor-Defined 1)06 00 FF
Usage (Undefined)09 00
Collection (Application)A1 01
 Report ID (5)85 05
 Usage (Vendor-Defined 1)09 01
 Logical Minimum (0)15 00
 Logical Maximum (255)26 FF 00
 Report Size (8)75 08
 Report Count (63)95 3F
Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 Usage (Vendor-Defined 2)09 02
 Logical Minimum (0)15 00
 Logical Maximum (255)26 FF 00
 Report Size (8)75 08
 Report Count (31)95 1F
Output (Data,Var,Abs,NWrp,Lin,Pref,NNul,NVol,Bit)91 02
End CollectionC0
Usage Page (Vendor-Defined 1)06 00 FF
Usage (Vendor-Defined 1)09 01
Collection (Application)A1 01
 Report ID (6)85 06
 Usage (Vendor-Defined 1)09 01
 Logical Minimum (0)15 00
 Logical Maximum (255)26 FF 00
 Report Size (8)75 08
 Report Count (47)95 2F
Input (Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 Usage (Vendor-Defined 2)09 02
 Logical Minimum (0)15 00
 Logical Maximum (255)26 FF 00
 Report Size (8)75 08
 Report Count (47)95 2F
Output (Data,Var,Abs,NWrp,Lin,Pref,NNul,NVol,Bit)91 02
End CollectionC0
Usage Page (Vendor-Defined 1)06 00 FF
Usage (Vendor-Defined 2)09 02
Collection (Application)A1 01
 Report ID (7)85 07
 Usage (Vendor-Defined 1)09 01
 Logical Minimum (0)15 00
 Logical Maximum (255)26 FF 00
 Report Size (8)75 08
 Report Count (63)95 3F
Input(Data,Var,Abs,NWrp,Lin,Pref,NNul,Bit)81 02
 Usage (Vendor-Defined 2)09 02
 Logical Minimum (0)15 00
 Logical Maximum (255)26 FF 00
 Report Size (8)75 08
 Report Count (63)95 3F
Output (Data,Var,Abs,NWrp,Lin,Pref,NNul,NVol,Bit)91 02
End CollectionC0

本文链接:https://blog.csdn.net/u012028275/article/details/115580459

  • 2
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值