//录像店1级升级委托-交付委托交互 { "ID": 30021001, "Specials": { "Radius": 2000 }, "Events": { "OnStart": { "ID": 100, "Actions": [ { // 交付升级委托 "$type": "Share.CActionPerformCfg", "ID": 101, "PerformID": 39013 }, { // 展示升级弹窗 "$type": "Share.CConfigShowVHSStoreLevelTips", "ID": 102 } // { // "$type": "Share.CActionResetEventCfg", // "ID": 102 // } ] }, "OnInteract": { "ID": 200, "Actions": [ { // 交付升级委托 "$type": "Share.CActionPerformCfg", "ID": 201, "PerformID": 39013 }, { "$type": "Share.CActionResetEventCfg", "ID": 202 } ] } } }