瀏覽代碼

流量接受来源参数

wangxy 2 周之前
父節點
當前提交
f6840f12a4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs-service/src/main/java/com/fs/course/param/FsUserCourseVideoFinishUParam.java

+ 1 - 0
fs-service/src/main/java/com/fs/course/param/FsUserCourseVideoFinishUParam.java

@@ -25,4 +25,5 @@ public class FsUserCourseVideoFinishUParam implements Serializable {
     private Long periodId;
     private Integer projectId;
     private String appId; // 小程序AppId
+    private Integer typeFlag; //0 小程序 1 app
 }