Activity.js
386 Bytes
/**
* Created by jiangmin on 2016/5/27.
*/
var activity = {
actName: "",
activityType: 0,
actUrl: "",
startTime: "",
endTime: "",
bgImageUrl: "",
shareTitle: "",
shareDescribe: "",
sharePic: "",
shareUrl: "",
isVerify: "N",
instructions: "",
isNewUser: 0,
couponId: "",
couponIds:[{"id":""}]
};
module.exports = activity;