# sms **Repository Path**: MacXiang/sms ## Basic Information - **Project Name**: sms - **Description**: 简单的发送短信 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-20 - **Last Updated**: 2021-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tmkPay #### 介绍 tmk短信验证接口 #### 软件架构 ``` ├─dist ts编译后存放路径,其结构基本与src一致,没啥好看的 ├─src 源码目录 │ ├─index.ts 入口文件 │ ├─al 阿里短信 | └─*** 其他分支 |─test 测试开发目录 | |─dev.ts 测试用代码很少一看就懂 │ └─其他文件 没啥说的.偶尔测试会用 ``` #### 安装教程 npm i tmk-pay #### 使用说明 1. npm i @mac-xiang/sms 2. new sms(param) 3. 参数请参考源码注释 #### 参与贡献 就我一个,但使用了 n 多包. #### 特技 npm 上传包命令 npm publish --registry http://registry.npmjs.org npm config set registry https://registry.npmjs.org npm publish --access public --registry http://registry.npmjs.org npm config set scope mac-xiang --global npm version prerelease npm version prepatch 别笑,记不住