WeChatMiniProgService.UnlimitedQRCodeApiParams.scene Property

scene 值。

Definition

Namespace: QuickAdmin.Service.Auth
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.4
C#
[JsonIgnore]
public string scene { get; set; }

Property Value

string

Remarks

scene 值是二维码图片的 Key,必须保证当前所有正在展示的二维码图片的 scene 不能重复。
注意传递给微信 API 的 scene 不是此属性,而是 sceneForApi,参见该属性说明。

See Also