C++對接企業(yè)工商四要素核驗接口DEMO示例.docx 免費下載
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
//接口類型:互億無線實名認證接口//賬戶注冊:/register.html//注意事項://DEMO僅作參考//linux下的編譯:g++./test.cpp-o./test//linux下的執(zhí)行:chmod+xtest&&./test#include<arpa/inet.h>#include<assert.h>#include<errno.h>#include<netinet/in.h>#include<signal.h>#include<stdlib.h>#include<stdio.h>#include<string.h>#include<sys/types.h>#include<sys/socket.h>#include<sys/wait.h>#include<netdb.h>#include<unistd.h>#defineSAstructsockaddr#defineMAXLINE4096#defineMAXSUB2000#defineMAXPARAM2048#defineLISTENQ1024externinth_errno;intbasefd;char*hostname="";char*submit_uri="/idcard/Submit.json";/***發(fā)httppost請求*/ssize_thttp_post(char*page,char*poststr){charsendline[MAXLINE+1],recvline[MAXLINE+1];ssize_tn;snprintf(sendline,MAXSUB,"POST%sHTTP/1.0\r\n""Host:%s\r\n""Content-type:application/x-www-form-urlencoded\r\n""Content-length:%zu\r\n\r\n""%s",page,hostname,strlen(poststr),poststr);write(basefd,sendline,strlen(sendline));while((n=read(basefd,recvline,MAXLINE))>0){recvline[n]='\0';printf("%s",recvline);}returnn;}/***提交認證*/ssize_tsubmit(char*account,char*password,char*app,char*name,char*id_card_no,char*ent_name,char*ent_code){charparams[MAXPARAM+1];char*cp=params;sprintf(cp,"account=%s&password=%s&app=%s&name=%s&id_card_no=%s&ent_name=%s&ent_code=%s",account,password,app,name,id_card_no,ent_name,ent_code);returnhttp_post(submit_uri,cp);}intsocked_connect(char*arg){structsockaddr_intheir_addr={0};charbuf[1024]={0};charrbuf[1024]={0};charpass[128]={0};structhostent*host=NULL;intsockfd=socket(AF_INET,SOCK_STREAM,0);if(sockfd<0){printf("createthesockfdisfailed\n");return-1;}if((host=gethostbyname(arg))==NULL){printf("Gethostnameerror,%s\n");return-1;}memset(&their_addr,0,sizeof(their_addr));their_addr.sin_family=AF_INET;their_addr.sin_port=htons(80);their_addr.sin_addr=*((structin_addr*)host->h_addr);if(connect(sockfd,(structsockaddr*)&their_addr,sizeof(structsockaddr))<0){close(sockfd);return-1;}printf("connectissuccess\n");returnsockfd;}intmain(void){structsockaddr_inservaddr;charstr[50];#if0//建立socket連接sockfd=socket(AF_INET,SOCK_STREAM,0);bzero(&servaddr,sizeof(servaddr));servaddr.sin_addr=*(hostname);servaddr.sin_family=AF_INET;servaddr.sin_port=htons(80);inet_pton(AF_INET,str,&servaddr.sin_addr);connect(sockfd,(SA*)&servaddr,sizeof(servaddr));#endifif((basefd=socked_connect(hostname))==-1){printf("connectisfailed\n");return-1;}printf("basefdis=%d\n",basefd);char*account="APIID";char*password="APIKEY";char*app="ent4";//固定值char*name="張三";char*id_card_no="123456789012345678";char*ent_name="上海xx公司"char*ent_code="987876xxxx"/***************
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年度個人健身教練服務(wù)合同范本7篇
- 2025年度專業(yè)攝影車租賃合同模板(簡易版)3篇
- 2025年水電費智能抄表系統(tǒng)合同下載3篇
- 2025年度摩托車租賃與賽事賽事組織合同4篇
- 2025年度校園內(nèi)自行車停放區(qū)租賃服務(wù)合同4篇
- 二零二五年度民政局離婚協(xié)議書范本2025版更新內(nèi)容4篇
- 2025年度公共場所安檢人員派遣與培訓(xùn)合同3篇
- 2025年度綠色建筑節(jié)能評估與改造合同3篇
- 2025年度離婚后財產(chǎn)分割與股權(quán)處置合同3篇
- 2024版技術(shù)承包合同協(xié)議書
- 2025年河北供水有限責(zé)任公司招聘筆試參考題庫含答案解析
- Unit3 Sports and fitness Discovering Useful Structures 說課稿-2024-2025學(xué)年高中英語人教版(2019)必修第一冊
- 農(nóng)發(fā)行案防知識培訓(xùn)課件
- 社區(qū)醫(yī)療抗菌藥物分級管理方案
- NB/T 11536-2024煤礦帶壓開采底板井下注漿加固改造技術(shù)規(guī)范
- 2024年九年級上德育工作總結(jié)
- 2024年儲罐呼吸閥項目可行性研究報告
- 控制特需醫(yī)療服務(wù)規(guī)模管理措施
- 沖擊式機組水輪機安裝概述與流程
- 新加坡SM2數(shù)學(xué)試題
- 畢業(yè)論文-水利水電工程質(zhì)量管理
評論
0/150
提交評論