|
@@ -21,10 +21,10 @@ $mcard_params =['type' => 'member_card', 'order_method' => '', 'paid_oper' => 'a
|
|
|
$handlers[6217] = $mcard_params;
|
|
|
|
|
|
#oil card
|
|
|
-$oil_params = ['type' => 'oil_card', 'order_method' => 'OnReserveOilCard',
|
|
|
- 'paid_method' => 'OnOilPaidSuccess',
|
|
|
- 'cancel_method' => 'OnOilCancel',
|
|
|
- 'input_params' => ['card_no','card_type']];
|
|
|
+$oil_params = ['type' => 'oil_card', 'order_method' => 'OnReserveOilCard',
|
|
|
+ 'complete_method' => 'OnCardKeyComplete',
|
|
|
+ 'cancel_method' => 'OnCardKeyCancel',
|
|
|
+ 'input_params' => ['card_no','card_type']];
|
|
|
|
|
|
$handlers[6218] = $oil_params;
|
|
|
$handlers[6219] = $oil_params;
|
|
@@ -33,8 +33,8 @@ $handlers[6227] = $oil_params;
|
|
|
|
|
|
#phone card
|
|
|
$phone_card_prams = ['type' => 'phone_card', 'order_method' => 'OnReservePhoneCard',
|
|
|
- 'paid_method' => 'OnPhonePaidSuccess',
|
|
|
- 'cancel_method' => 'OnPhoneCancel',
|
|
|
+ 'complete_method' => 'OnCardKeyComplete',
|
|
|
+ 'cancel_method' => 'OnCardKeyCancel',
|
|
|
'input_params' => ['card_no','card_type']];
|
|
|
|
|
|
$handlers[6221] = $phone_card_prams;
|