最新新方法   扫描二维码查防伪
  • 说明:
  • - 在二维码中的信息定义为一组加密的url地址
  • - 消费者使用智能手机中二维码扫描软件扫描即可查询防伪
  • - http://www.china3-15.com/qr.aspx?c=123456
  •    └后面123456为每组防伪码
  • - http://www.china3-15.com/eqr.aspx?c=123456
  •    └123456 behind the security code for each group
新方法
  • 其他:
  • - 提供为企业单独开发二维码模块[将酌情收取一次性费用]
  • - 通过消费者二维码防伪查询,间接宣传企业相关信息(例如企业简介、产品图片、企业动态、活动公告、联系方式等)
  • - 企业可自行登录微平台进行信息发布和上传
  •    └索取相关案例,请联系技术服务部
1、url地址链接
  • 链接地址:
  • http://www.china3-15.com
  •     └ 或者 http://www.china12315.net

客户案例:
①.深圳市纳音科技有限公司
②.嵊州市优多电器有限公司
③.东风嘉实多
④.大西洋线缆
⑤.鹤山市米奇涂料有限公司
2、get传值式
  • 传值方式:
  • http://www.china3-15.com/Index.aspx?C=123456
  • 参数说明:
  • - C
  •    └ 参数C的值为消费者输入的防伪码
  • 示例代码:
  • <html> <head> <title>示例代码说明</title> </head> <body> <lable>防伪编码:</lable> <input type="text" id="txt_code" /> <input type="button" id="bnt_sumbit" value="确认查询" onclick="querycode()" /> <script type="text/javascript"> function querycode() { var code = document.getElementById('txt_code').value; window.location.href = "http://www.china3-15.com/index.aspx?c=" + code; } </script> </body> </html>

客户案例:
①.贝弗克(中国)
②.NEWERA纽埃尔
3、页面嵌入式
  • 嵌入地址:
  • http://www.china3-15.com/TuTuSearch.aspx
  •     └ 或者 http://www.china3-15.com/CnsttQuery.aspx
  •     └ 或者 http://www.china3-15.com/Page/OutQuery.aspx
  •     └ 或者 http://www.china3-15.com/Page/OutQuery_2.aspx
  • 使用说明:
  • - iframe浮动框架
<iframe src="http://china3-15.com/TuTuSearch.aspx" scrolling=no width="550px" height="300px" frameborder=0 ></iframe> <iframe src="http://www.china3-15.com/Page/OutQuery.aspx" scrolling=no width="210px" height="210px" frameborder=0 ></iframe>

示例:
①.涂涂网
②.伊菲蕾爾
③.随州康汇保健品有限公司
4、弹出IE小窗口式  新方法
  • 代码语句:
  • http://www.china3-15.com/Result.aspx?code=123456
  • 参数说明:
  • - code
  •    └ 消费者在textbox中输入的防伪码,可通过JavaScript获取
  • Demo
  • 示例代码:
  • <html> <head> <title>示例代码说明</title> </head> <body> <lable>防伪编码:</lable> <input type="text" id="txt_code" /> <input type="button" id="Button1" value="确认查询" onclick="querycode()" /> <script type="text/javascript"> function querycode() {   var code= document.getElementById("txt_code").value;   var Sendurl= "http://www.china3-15.com/Result.aspx?code="+escape(code); window.open(Sendurl,'','width=400,height=200') } </script> </body> </html>

5、托管页面式
  • 前提说明:
  • 根据客户网站的风格定制防伪查询页面,或客户提供前台HTML模版
  • 此种方式,需重技术开发,将收取一次性300元费用

示例:
①.涂涂网
②.远东电缆
6、开发对接
  • 说明:
  • - 5.1、采用Jquery Ajax方式
  •    └参数说明:①防伪编码(String类型)    ②企业Key(String类型)
  •    └返回值说明:查询结果(String类型)
  •    └示例代码: <html> <head> <title>示例代码说明</title> <script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> </head> <body> <lable>防伪编码:</lable> <input type="text" id="txt_code" /> <input type="button" id="Button2" value="确认查询" onclick="querycode()" /> <script type="text/javascript"> function querycode() { var code = $('#txt_code').val(); if (code.length > 0) { var url = "http://china3-15.com/module/GetCode_getjson.ashx?action=add&callback=?"; var data = { c: code, key: "企业key" }; $.getJSON(url, data, function (backdata) { alert(backdata.result); }); } } </script> </body> </html>
  •    └特别说明:1:需引用Jquery  2:企业Key请联系技术服务部获取key(不收取任何费用)
  • - 5.2、采用Webservice方式
  •    └接口地址:http://china3-15.com/CodeService.asmx
  •    └方法名称:QueryCodeOfChinese 或 QueryCodeOfEnglish
客户案例:
1.讷漠尔服饰
2.老树茶
3.安亿通
4.鑫泉阁
7、智能手机端查询
  • 说明:
  • - 码上查Android系统
  • - 码上查苹果版[Apple App store搜索码上查]
| Copyright © 2012 CCICC中国商品信息验证中心 版权所有 |