🆕 #1214 小程序模块实现云开发的所有相关接口

This commit is contained in:
Binary Wang
2020-02-01 18:01:46 +08:00
parent e9efa900a9
commit 438f8e5fb0
15 changed files with 1189 additions and 0 deletions

View File

@@ -463,6 +463,8 @@ public enum WxMaErrorMsgEnum {
CODE_85003(85003, "微信号绑定的小程序体验者达到上限"),
CODE_85004(85004, "微信号已经绑定"),
// CODE_504002(-504002, "云函数未找到 Function not found"),
;
private int code;