还有好多话费,哪里可以看

还有好多话费,哪里可以看,第1张

联通手机号码需要查询剩余话费,查询方式如下:

1、登录中国联通APP,点击“服务--查询--话费/详单--剩余话费”即可查询剩余话费。

2、登录中国联通网上营业厅,点击“首页”即可查询剩余话费。

3、拨打联通人工客服热线查询账户余额。

联通用户查询手机扣费情况,您可通过以下方式查询您的消费情况:

方式一话费查询方式:

登录中国联通APP,点击“服务>查询>话费业务查询”,了解您的实时话费以及历史账单等消费情况;

方式二如您想了解消费明细,或查询账单后仍有疑问,可登录中国联通APP通过各类详单核查:

(1)通话详单:点击“服务>查询>话费业务查询>通话详单”;

(2)上网流量详单:点击“服务>查询>流量业务查询>上网流量详单”;

(3)其他业务查询:点击“服务>查询>其他业务查询>短、彩信详单/增值业务详单”。

工具/原料:电脑浏览器。

1、首先在我们的电脑桌面上找到一个浏览器并点击它。

2、然后在搜索栏中输入中国移动网上营业厅并点击回车键。

3、接着点击中国移动官方网站。

4、然后输入你的手机号码服务密码并点击登录。

5、接着点击查询服务。

6、最后点击账单查询就可以了。

#include<iostream>

#include<string>

using namespace std;class sct

{

private:

string sct_kind;

string num;

float danjia;

float zhekou;

float money;

string sp;

static int count1;

static int count2;

sct end;

static sct p;

static sct q;

public:

static void add_num();

static void re_num();

static void changking();

static void plmon();

static void kindcheck();

static void numcheck();

};

int sct::count1=0;

int sct::count2=0;

sct sct::p=new sct;

sct sct::q=p;

void sct::add_num()

{

sct s=new sct;

q->end=s;

s->end=q;

cout<<"请输入号码:";

cin>>s->num;

cout<<"选择动感地带请输入1,选择全球通请输入2:"<<endl;

int a;

cin>>a;

for(int i=0;i<1;)

{

if(a==1)

{

s->sct_kind="动感地带";

s->danjia=01;

s->zhekou=08;

s->money=0;

count1++;

break;

}

else if(a==2)

{

s->sct_kind="全球通";

s->danjia=02;

s->zhekou=09;

s->money=0;

count2++;

break;

}

else

{

cout<<"输入有误,请重新输入"<<endl;

cin>>a;

}

}

}

void sct::re_num()

{

sct s=new sct;

string str;

cout<<"请输入号码:";

cin>>str;

q=p;

s=q;

do

{

if(q->num==str)

{

if(q->sct_kind=="动感地带")

count1--;

else

count2--;

s->end=q->end;

}

else

{

s=q;

q=q->end;

}

}while(q->num!=str);

}

void sct::changking()

{

string str;

cout<<"请输入号码:";

cin>>str;

q=p;

while(q->num!=str)

{

q=q->end;

if(q->num==str)

{

if(q->sct_kind=="动感地带")

{

q->sct_kind="全球通";

q->danjia=01;

q->zhekou=08;

count1--;

count2++;

}

if(q->sct_kind=="全球通")

{

q->sct_kind="动感地带";

q->danjia=02;

q->zhekou=09;

count2--;

count1++;

} }

}

}

void sct::plmon()

{

string str;

cout<<"请输入号码:";

cin>>str;

q=p;

while(q->num!=str)

{

q=q->end;

if(q->num==str)

{

cout<<"请输入金额:";

float k;

cin>>k;

q->money+=k;

}

}

}

void sct::kindcheck()

{

string str;

cout<<"选择动感地带请输入1,选择全球通请输入2:"<<endl;

int a;

cin>>a;

if(a==1)

str="动感地带";

else

str="全球通";

q=p;

while(q->sct_kind!=str)

{

q=q->end;

if(q->sct_kind==str)

{

cout<<"折扣:"<<q->zhekou<<endl;

cout<<"每分钟单价:"<<q->danjia<<endl;

if(a==1)

cout<<"总人数"<<count1<<endl;

else

cout<<"总人数"<<count2<<endl;

}

}

}

void sct::numcheck()

{

string str;

cout<<"请输入号码:";

cin>>str;

q=p;

while(q->num!=str)

{

q=q->end;

if(q->num==str)

{

cout<<"余额:"<<q->money<<endl;

cout<<"折扣:"<<q->zhekou<<endl;

cout<<"每分钟单价:"<<q->danjia<<endl;

}

}

}

void main()

{

cout<<"添加号码输入1"<<endl;

cout<<"注销号码请输入2"<<endl;

cout<<"充值请输入3"<<endl;

cout<<"套餐查询请按4"<<endl;

cout<<"号码查询请按5"<<endl;

cout<<"换套餐请按6"<<endl;

for(int i=0;i<1;)

{

int a;

cin>>a;

switch(a)

{

case 1:sct::add_num();break;

case 2:sct::re_num();break;

case 3:sct::plmon();break;

case 4:sct::kindcheck();break;

case 5:sct::numcheck();break;

case 6:sct::changking();break;

default:cout<<"输入有误,请重新输入"<<endl;

}

}

}

以上就是关于还有好多话费,哪里可以看全部的内容,包括:还有好多话费,哪里可以看、如何在网上查询我的话费扣费情况、怎么查手机话费扣费清单等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/zz/9759151.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-05-01
下一篇2023-05-01

发表评论

登录后才能评论

评论列表(0条)

    保存