# printer-openapi-demo **Repository Path**: jhbopenapi/printer-openapi-demo ## Basic Information - **Project Name**: printer-openapi-demo - **Description**: printer open api request demo - **Primary Language**: Java - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-08-25 - **Last Updated**: 2026-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 替换 **com.trendit.openapi.util.DaQuRequestUtils** 文件中的appid与appSecret即可 ```java /** * 设备请求头 */ public static HttpHeaders getHeader(Object requestParam) { String appId = "your appid"; String appSecret = "your appSecret"; ```