LegacyGoogleAuthEnvelope
Schema:LegacyGoogleAuthEnvelope
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths: {}
components:
schemas:
LegacyGoogleAuthEnvelope:
type: object
description: OptGoogleAuth PHP 兼容包络(字段不是 code/respMsg)
properties:
status:
type: integer
enum:
- 110
- 1209
description: 110=需输入谷歌码;1209=谷歌码校验失败
msg:
type: string
description: 提示文案
data:
description: 多为 null
type: 'null'
x-apifox-orders:
- status
- msg
- data
x-apifox-folder: ''
securitySchemes: {}
servers: []
security: []