feat: 选项0下面添加菜单 4. K1 - Weekend 150MB
This commit is contained in:
@@ -6531,6 +6531,13 @@ int pps_third_party_plan_process(u_short portid)
|
|||||||
shmp->process_info.serviceInput = 0;
|
shmp->process_info.serviceInput = 0;
|
||||||
shmp->process_info.sub_state_2 = 27;//amaFive
|
shmp->process_info.sub_state_2 = 27;//amaFive
|
||||||
break;
|
break;
|
||||||
|
case 4:// 4. K1 - Weekend 150MB offerId: 267067
|
||||||
|
SendUSSDRequest(portid, yx_ussd_menu[YX_USSD_MENU_SELECT_MONEY]);
|
||||||
|
shmp->process_info.rest_if.bundle_plan_id = yx_offerIds[YX_OFFER_TYPE_AMA_1][6];
|
||||||
|
shmp->process_info.serviceInput = 0;
|
||||||
|
shmp->process_info.sub_state_2 = 31;//select money
|
||||||
|
shmp->process_info.funnel = 0;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
shmp->process_info.serviceInput = 0;
|
shmp->process_info.serviceInput = 0;
|
||||||
shmp->process_info.sub_state_2 = 1;
|
shmp->process_info.sub_state_2 = 1;
|
||||||
@@ -7063,7 +7070,7 @@ int pps_third_party_plan_process(u_short portid)
|
|||||||
case 4:
|
case 4:
|
||||||
case 5:
|
case 5:
|
||||||
case 6:
|
case 6:
|
||||||
case 7:
|
//case 7:
|
||||||
SendUSSDRequest(portid, yx_ussd_menu[YX_USSD_MENU_SELECT_MONEY]);
|
SendUSSDRequest(portid, yx_ussd_menu[YX_USSD_MENU_SELECT_MONEY]);
|
||||||
shmp->process_info.rest_if.bundle_plan_id = yx_offerIds[YX_OFFER_TYPE_AMA_1][key_input-1];
|
shmp->process_info.rest_if.bundle_plan_id = yx_offerIds[YX_OFFER_TYPE_AMA_1][key_input-1];
|
||||||
shmp->process_info.serviceInput = 0;
|
shmp->process_info.serviceInput = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user