feat: CPM微信小游戏优化第二期—客户端 https://jira.shanqu.cc/browse/GHZSCY-6923
This commit is contained in:
@ -79,6 +79,7 @@ public class Constants {
|
||||
public static final String QQ_MINI_GAME = "qq";
|
||||
public static final String WECHAT_MINI_GAME = "wechat";
|
||||
public static final String WECHAT_MINI_GAME_CPM = "wechat_cpm";
|
||||
public static final String WECHAT_MINI_GAME_PROFIT_CPM = "CPM";
|
||||
/**
|
||||
* <a href="https://developers.weixin.qq.com/community/minigame/doc/000c461a17c6486f0641e27176b401">微信小游戏PCS参数</a>
|
||||
*/
|
||||
|
||||
@ -37,7 +37,7 @@ data class ExposureEntity(
|
||||
@SerializedName("mini_game_type")
|
||||
val miniGameType: String? = "",// 小游戏类型:QQ小游戏:qq 微信小游戏:wechat
|
||||
@SerializedName("mini_game_recommend_id")
|
||||
val miniGameRecommendId: String? = "",
|
||||
var miniGameRecommendId: String? = null,
|
||||
var speed: Long = 0,
|
||||
var certification: Int? = null, // 0表示未实名,1表示未成年,2表示成年
|
||||
|
||||
|
||||
Reference in New Issue
Block a user