@@ -114,4 +114,9 @@ class Enum_EventType {
* 言灵升级
*/
const YanLingTuPo = 'YanLingTuPo';
+
+ /*
+ * 支付成功
+ */
+ const PaySuccess = 'PaySuccess';
}
@@ -195,4 +195,13 @@ class NormalEventProc {
Resp::AddEvent(Enum_EventType::YanLingTuPo, $arg1, $arg2);
+ /**
+ * @param type $arg1
+ * @param type $arg2
+ public static function OnPaySuccess() {
+ Resp::AddEvent(Enum_EventType::PaySuccess, null, null);
+ }