Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 268 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 268 Bytes

微支付 v3 nodejs

test

config 配置

{
  "mchid": "",
  "serial_no": "",
  "privateKey": ""
}

文档安装

hugo new site ./
git submodule add https://github.com/google/docsy.git themes/docsy
git submodule update --init --recursive