随笔分类 -  微信小程序 - 开发

上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 107 下一页
获取接口调用凭据
摘要:获取接口调用凭据 接口应在服务器端调用,详细说明参见服务端API。 接口说明 接口英文名 getAccessToken 功能描述 获取小程序全局唯一后台接口调用凭据,token有效期为7200s,开发者需要进行妥善保存。 如使用云开发,可通过云调用免维护 access_token 调用。 如使用云托 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(84) 评论(0) 推荐(0)
服务端api签名指南
摘要:概述 在小程序管理后台开启api加密后,开发者需要对原API的请求内容加密与签名,同时API的回包内容需要开发者验签与解密。支持的api可参考接口调用。 目前支持以下几种算法,可在MP管理页配置。 加密算法 AES256_GCM SM4_GCM 签名算法 RSAwithSHA256 SM2withS 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(152) 评论(0) 推荐(0)
安全鉴权模式介绍
摘要:安全鉴权模式介绍 微信开放平台的接口通信鉴权体系,使用了数据加密与签名的机制,防止数据泄漏与篡改,且具备不可否认性。开发者可在小程序管理后台 API安全模块,为应用配置密钥与公钥,以此来保障开发者应用和微信开放平台交互的安全性。 一、 签名与验签 在请求API的过程中,为了保护数据的安全,开发者在应 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(82) 评论(0) 推荐(0)
ARTracker
摘要:Class: ARTracker AR追踪组件,配合ARSystem和Camera的isARCamera属性一起使用。 一般被代理到XRARTracker元素。 其提供了追踪的能力,节点将会自动同步识别到的追踪目标的位置和旋转, Hierarchy Component<> ↳ ARTracker T 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(26) 评论(0) 推荐(0)
ARSystem
摘要:Class: ARSystem AR系统,负责整个场景AR相关对象的管理。 代理自小程序的VKSession。 Hierarchy Component<> ↳ ARSystem Table of contents Constructors constructor Events onAdd onRel 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(11) 评论(0) 推荐(0)
Classes
摘要:Class: Component 组件,系统核心之一。 组件就是wxml的标签上写的那些attribute,比如<xr-element transform="position: 1 1 1" />中,transform就是一个组件,position是它的一个属性。 这些属性可以在schema中被定义 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(19) 评论(0) 推荐(0)
ECapsuleShapeDirection
摘要:Enumeration: ECapsuleShapeDirection 胶囊体轮廓的朝向。 Table of contents Enumeration members X-Axis Y-Axis Z-Axis Enumeration members X-Axis • X-Axis = 0 Y-Axi 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(5) 评论(0) 推荐(0)
EWrapMode
摘要:Enumeration: EWrapMode 纹理寻址模式枚举。 Table of contents Enumeration members CLAMP_TO_EDGE MIRRORED_REPEAT REPEAT Enumeration members CLAMP_TO_EDGE • CLAMP_ 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(10) 评论(0) 推荐(0)
EVideoState
摘要:Enumeration: EVideoState Table of contents Enumeration members Idle Paused Playing Released WaitPlay Enumeration members Idle • Idle = 0 Paused • Paus 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(4) 评论(0) 推荐(0)
EVertexStep
摘要:Enumeration: EVertexStep 顶点数据步进类型枚举。 Table of contents Enumeration members PER_INSTANCE PER_VERTEX Enumeration members PER_INSTANCE • PER_INSTANCE = 1 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(6) 评论(0) 推荐(0)
EVertexLayoutUsage
摘要:Enumeration: EVertexLayoutUsage 顶点数据布局用途枚举。 Table of contents Enumeration members BONEINDEX BONEWEIGHT COLOR CUSTOM NORMAL POSITION TANGENT UV0 UV1 UV 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(4) 评论(0) 推荐(0)
EVertexFormat
摘要:Enumeration: EVertexFormat 顶点数据格式枚举。 Table of contents Enumeration members BYTE4 BYTE4N FLOAT FLOAT2 FLOAT3 FLOAT4 SHORT2 SHORT2N SHORT4 SHORT4N UBYTE 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(6) 评论(0) 推荐(0)
EVertexBatchOperator
摘要:Enumeration: EVertexBatchOperator 动态合批操作符枚举。 Table of contents Enumeration members MatrixMultiple UVST Enumeration members MatrixMultiple • MatrixMult 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(2) 评论(0) 推荐(0)
EUseDefaultRetainedAction
摘要:Enumeration: EUseDefaultRetainedAction Table of contents Enumeration members Keep Refresh WriteBack Enumeration members Keep • Keep = 0 Refresh • Refr 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(7) 评论(0) 推荐(0)
EUseDefaultRemovedAction
摘要:Enumeration: EUseDefaultRemovedAction Table of contents Enumeration members Clear Keep WriteBack Enumeration members Clear • Clear = 1 Keep • Keep = 0 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(9) 评论(0) 推荐(0)
EUseDefaultAddedAction
摘要:Enumeration: EUseDefaultAddedAction Table of contents Enumeration members Ignore Refresh Enumeration members Ignore • Ignore = 0 Refresh • Refresh = 1 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(10) 评论(0) 推荐(0)
EUniformType
摘要:Enumeration: EUniformType Uniform值得类型枚举。 Table of contents Enumeration members FLOAT FLOAT2 FLOAT3 FLOAT4 MAT2 MAT3 MAT4 SAMPLER Enumeration members F 阅读全文
posted @ 2025-01-14 08:15 AtlasLapetos 阅读(11) 评论(0) 推荐(0)
ETextureType
摘要:Enumeration: ETextureType 纹理类型雷剧。 Table of contents Enumeration members Cube D2 D2Array D3 Enumeration members Cube • Cube = 1 立方体纹理。 D2 • D2 = 0 2D纹理 阅读全文
posted @ 2025-01-14 08:15 AtlasLapetos 阅读(6) 评论(0) 推荐(0)
ETextureFormat
摘要:Enumeration: ETextureFormat 纹理格式枚举。 Table of contents Enumeration members ASTC4x4 ASTC5x5 ASTC6x6 ASTC8x6 ASTC8x8 DXT1 DXT3 DXT5 Depth_High Depth_Low 阅读全文
posted @ 2025-01-14 08:15 AtlasLapetos 阅读(4) 评论(0) 推荐(0)
EStencilOp
摘要:Enumeration: EStencilOp 模板测试操作枚举。 Table of contents Enumeration members DECR DECR_WRAP INCR INCR_WRAP INVERT KEEP REPLACE ZERO Enumeration members DEC 阅读全文
posted @ 2025-01-14 08:15 AtlasLapetos 阅读(5) 评论(0) 推荐(0)

上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 107 下一页