|
@@ -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);
|
|
|
+ }
|
|
|
+
|
|
|
}
|