Browse Source

上传文件

陈士柏 2 years ago
parent
commit
efc5ea57bf
1 changed files with 8 additions and 0 deletions
  1. 8 0
      mhotel/src/com/happy/service/AppService.java

+ 8 - 0
mhotel/src/com/happy/service/AppService.java

@@ -0,0 +1,8 @@
+package com.happy.service;
+
+import com.happy.Model.weixin.CodeEntity;
+
+public interface AppService {
+
+    public CodeEntity getCodeInfo(String code);
+}