WeChatMiniProgService.UnlimitedQRCodeApiParams.scene Property
scene 值。
Namespace: QuickAdmin.Service.AuthAssembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.4
[JsonIgnore]
public string scene { get; set; }
Property Value
string scene 值是二维码图片的
Key,必须保证当前所有正在展示的二维码图片的
scene 不能重复。
注意传递给微信 API 的 scene 不是此属性,而是
sceneForApi,参见该属性说明。