You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
study_helper/cloudfunctions/auth/package.json

9 lines
161 B

{
"name": "auth",
"version": "1.0.0",
"description": "用户认证云函数",
"main": "index.js",
"dependencies": {
"wx-server-sdk": "~2.6.3"
}
}