GET api/AdminUser/CheckCodeBeScan?scene={scene}

根据cookie中state来检查pc二维码是否被扫码过(所有的pc二维码扫码都可以复用这个接口)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scene

ScanScene

Required

Body Parameters

None.

Response Information

Resource Description

根据cookie中state来检查pc二维码是否被扫码过(所有的pc二维码扫码都可以复用这个接口)

boolean

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>