# wechat-sdk-go **Repository Path**: tq1024/wechat-sdk-go ## Basic Information - **Project Name**: wechat-sdk-go - **Description**: go语言sdk - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 测试 - 新建文件编写以下代码 ``` package wechat_sdk_go const TEST_DN = "your database drive" const TEST_SDN = "your database configure" const TEST_APPID = "your appid" const TEST_APPSECRET = "your appsecret" ```